Html Css Color HEX #96134E Jazzberry Jam

📋 copy color: '#96134E'

red 150 ◦ green 19 ◦ blue 78

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

Shades of Jazzberry Jam #96134E

Tints of Jazzberry Jam #96134E

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 value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#96134E (or 0x96134E) is known color: 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

RGB 150 19 78 -
CMYK 0 0.87 0.48 0.41
HSL 332.98º 0.78% 0.33% -
HSV(B) 332.98º 0.87% 0.59% -
XYZ 14.19 7.5 7.91 -
YUV 64.9 135.4 188.7 -
System Red Green Blue C M Y K H S L
Decimal 150 19 78 0 0.87 0.48 0.41 332.98 0.78 0.33
Hex 96 13 4E 0 57 30 29 14D 4E 21
Octal 226 23 116 0 127 60 51 515 116 41
Binary 10010110 10011 1001110 0 1010111 110000 101001 101001101 1001110 100001

Color Harmonies of #96134E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96134E

Black with #96134E

Text Example


Text Example

White with #96134E

Text Example


Text Example

HTML Codes & Css Web 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>