Html Css Color HEX #951463 Jazzberry Jam

📋 copy color: '#951463'

red 149 ◦ green 20 ◦ blue 99

#951463
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #951463

Tints of Jazzberry Jam #951463

RGB

 RED value IS 149 (58.59% from 255) = 55.6%

 GREEN value IS 20 (8.2% from 255) = 7.46%

 BLUE value IS 99 (39.06% from 255) = 36.94%

R = 55.6%
G = 7.46%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#951463 (or 0x951463) is known color: Jazzberry Jam. HEX triplet: 95, 14 and 63. RGB value is (149,20,99). Sum of RGB (Red+Green+Blue) = 149+20+99=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #951463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951463 is #6AEB9C. Grayscale: #434343. Windows color (decimal): -7007133 or 6493333. OLE color: 6493333.

HSL color Cylindrical-coordinate representation of color #951463: hue angle of 323.26º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951463 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 20 99 -
CMYK 0 0.87 0.34 0.42
HSL 323.26º 0.76% 0.33% -
HSV(B) 323.26º 0.87% 0.58% -
XYZ 14.9 7.79 12.52 -
YUV 67.58 145.74 186.08 -
System Red Green Blue C M Y K H S L
Decimal 149 20 99 0 0.87 0.34 0.42 323.26 0.76 0.33
Hex 95 14 63 0 57 22 2A 143 4C 21
Octal 225 24 143 0 127 42 52 503 114 41
Binary 10010101 10100 1100011 0 1010111 100010 101010 101000011 1001100 100001

Color Harmonies of #951463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951463

Black with #951463

Text Example


Text Example

White with #951463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951463; }

 p { color: rgb(149,20,99); }

 H1.HeaderClassName
 {
   color: #951463;
 }
 .AnyTagClassName
 {
   color: #951463;
 }
</style>

background-color css

<style>
 a { background-color: #951463; }

 a { background-color: rgb(149,20,99); }

 div.DivClassName
 {
   background-color: #951463;
 }
 .BgClassName
 {
   background-color: #951463;
 }
</style>

border-color css

<style>
 span { border-color: #951463; }

 span { border-color: rgb(149,20,99); }

 td.TdClassName
 {
   border-color: #951463;
 }
 .TagClassName
 {
   border-color: #951463;
 }
</style>