#96135C

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

Shades of Jazzberry Jam #96135C

Tints of Jazzberry Jam #96135C

Color information

#96135C (or 0x96135C) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 13 and 5C. RGB value is (150,19,92). Sum of RGB (Red+Green+Blue) = 150+19+92=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #96135C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96135C is #69ECA3. Grayscale: #424242. Windows color (decimal): -6941860 or 6034326. OLE color: 6034326.

HSL color Cylindrical-coordinate representation of color #96135C: hue angle of 326.56º degrees, saturation: 0.78, 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 #96135C is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB1501992-
CMYK00.870.390.41
HSL326.56º77.51%33.14%-
HSV(B)326.56º87.33%58.82%-
XYZ14.747.7210.84-
YUV66.49142.4187.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.47%
GREEN value IS 19 (7.81% from 255) = 7.28%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=57.47%
G=7.28%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150199200.870.390.41326.5677.5133.14
Hex96135C05727291474e21
Octal226231340127475150711641
Binary10010110100111011100010101111001111010011010001111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96135C; }

 p { color: rgb(150,19,92); }

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

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

 a { background-color: rgb(150,19,92); }

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

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

 span { border-color: rgb(150,19,92); }

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