#96124F

Color #96124F Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #96124F

Tints of Jazzberry Jam #96124F

Color information

#96124F (or 0x96124F) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 12 and 4F. RGB value is (150,18,79). Sum of RGB (Red+Green+Blue) = 150+18+79=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #96124F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96124F is #69EDB0. Grayscale: #404040. Windows color (decimal): -6942129 or 5182102. OLE color: 5182102.

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

Color convert

RGB1501879-
CMYK00.880.470.41
HSL332.27º78.57%32.94%-
HSV(B)332.27º88%58.82%-
XYZ14.217.488.09-
YUV64.42136.23189.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.73%
GREEN value IS 18 (7.42% from 255) = 7.29%
BLUE value IS 79 (31.25% from 255) = 31.98%
R=60.73%
G=7.29%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150187900.880.470.41332.2778.5732.94
Hex96124F0582F2914c4f21
Octal226221170130575151411741
Binary10010110100101001111010110001011111010011010011001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96124F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96124F;
 }
 .AnyTagClassName
 {
   color: #96124F;
 }
</style>
background-color css

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

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

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

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

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

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