#96134E

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

Shades of Jazzberry Jam #96134E

Tints of Jazzberry Jam #96134E

Color information

#96134E (or 0x96134E) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 13 and 4E. RGB value is (150,19,78). Sum of RGB (Red+Green+Blue) = 150+19+78=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #96134E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96134E is #69ECB1. Grayscale: #404040. Windows color (decimal): -6941874 or 5116822. OLE color: 5116822.

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

Color convert

RGB1501978-
CMYK00.870.480.41
HSL332.98º77.51%33.14%-
HSV(B)332.98º87.33%58.82%-
XYZ14.197.57.91-
YUV64.9135.4188.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.73%
GREEN value IS 19 (7.81% from 255) = 7.69%
BLUE value IS 78 (30.86% from 255) = 31.58%
R=60.73%
G=7.69%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150197800.870.480.41332.9877.5133.14
Hex96134E057302914d4e21
Octal226231160127605151511641
Binary10010110100111001110010101111100001010011010011011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96134E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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