Html Css Color HEX #951464 Jazzberry Jam

📋 copy color: '#951464'

red 149 ◦ green 20 ◦ blue 100

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

Shades of Jazzberry Jam #951464

Tints of Jazzberry Jam #951464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.17%

R = 55.39%
G = 7.43%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#951464 (or 0x951464) is known color: Jazzberry Jam. HEX triplet: 95, 14 and 64. RGB value is (149,20,100). Sum of RGB (Red+Green+Blue) = 149+20+100=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #951464 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951464 is #6AEB9B. Grayscale: #434343. Windows color (decimal): -7007132 or 6558869. OLE color: 6558869.

HSL color Cylindrical-coordinate representation of color #951464: hue angle of 322.79º 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 #951464 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 20 100 -
CMYK 0 0.87 0.33 0.42
HSL 322.79º 0.76% 0.33% -
HSV(B) 322.79º 0.87% 0.58% -
XYZ 14.94 7.81 12.78 -
YUV 67.69 146.24 186 -
System Red Green Blue C M Y K H S L
Decimal 149 20 100 0 0.87 0.33 0.42 322.79 0.76 0.33
Hex 95 14 64 0 57 21 2A 143 4C 21
Octal 225 24 144 0 127 41 52 503 114 41
Binary 10010101 10100 1100100 0 1010111 100001 101010 101000011 1001100 100001

Color Harmonies of #951464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951464

Black with #951464

Text Example


Text Example

White with #951464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951464; }

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

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

background-color css

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

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

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

border-color css

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

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

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