Html Css Color HEX #96144F Jazzberry Jam

📋 copy color: '#96144F'

red 150 ◦ green 20 ◦ blue 79

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

Shades of Jazzberry Jam #96144F

Tints of Jazzberry Jam #96144F

RGB

 RED value IS 150 (58.98% from 255) = 60.24%

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

 BLUE value IS 79 (31.25% from 255) = 31.73%

R = 60.24%
G = 8.03%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#96144F (or 0x96144F) is known color: Jazzberry Jam. HEX triplet: 96, 14 and 4F. RGB value is (150,20,79). Sum of RGB (Red+Green+Blue) = 150+20+79=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #96144F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96144F is #69EBB0. Grayscale: #414141. Windows color (decimal): -6941617 or 5182614. OLE color: 5182614.

HSL color Cylindrical-coordinate representation of color #96144F: hue angle of 332.77º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #96144F is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 20 79 -
CMYK 0 0.87 0.47 0.41
HSL 332.77º 0.76% 0.33% -
HSV(B) 332.77º 0.87% 0.59% -
XYZ 14.24 7.55 8.1 -
YUV 65.6 135.57 188.2 -
System Red Green Blue C M Y K H S L
Decimal 150 20 79 0 0.87 0.47 0.41 332.77 0.76 0.33
Hex 96 14 4F 0 57 2F 29 14D 4C 21
Octal 226 24 117 0 127 57 51 515 114 41
Binary 10010110 10100 1001111 0 1010111 101111 101001 101001101 1001100 100001

Color Harmonies of #96144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96144F

Black with #96144F

Text Example


Text Example

White with #96144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96144F; }

 p { color: rgb(150,20,79); }

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

background-color css

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

 a { background-color: rgb(150,20,79); }

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

border-color css

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

 span { border-color: rgb(150,20,79); }

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