#96124E

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

Shades of Jazzberry Jam #96124E

Tints of Jazzberry Jam #96124E

Color information

#96124E (or 0x96124E) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 12 and 4E. RGB value is (150,18,78). Sum of RGB (Red+Green+Blue) = 150+18+78=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #96124E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96124E is #69EDB1. Grayscale: #404040. Windows color (decimal): -6942130 or 5116566. OLE color: 5116566.

HSL color Cylindrical-coordinate representation of color #96124E: hue angle of 332.73º 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 #96124E is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB1501878-
CMYK00.880.480.41
HSL332.73º78.57%32.94%-
HSV(B)332.73º88%58.82%-
XYZ14.177.477.9-
YUV64.31135.73189.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.98%
GREEN value IS 18 (7.42% from 255) = 7.32%
BLUE value IS 78 (30.86% from 255) = 31.71%
R=60.98%
G=7.32%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150187800.880.480.41332.7378.5732.94
Hex96124E058302914d4f21
Octal226221160130605151511741
Binary10010110100101001110010110001100001010011010011011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96124E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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