Html Css Color HEX #96134F Jazzberry Jam

📋 copy color: '#96134F'

red 150 ◦ green 19 ◦ blue 79

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

Shades of Jazzberry Jam #96134F

Tints of Jazzberry Jam #96134F

RGB

 RED value IS 150 (58.98% from 255) = 60.48%

 GREEN value IS 19 (7.81% from 255) = 7.66%

 BLUE value IS 79 (31.25% from 255) = 31.85%

R = 60.48%
G = 7.66%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#96134F (or 0x96134F) is known color: Jazzberry Jam. HEX triplet: 96, 13 and 4F. RGB value is (150,19,79). Sum of RGB (Red+Green+Blue) = 150+19+79=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #96134F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96134F is #69ECB0. Grayscale: #404040. Windows color (decimal): -6941873 or 5182358. OLE color: 5182358.

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

Color convert

RGB 150 19 79 -
CMYK 0 0.87 0.47 0.41
HSL 332.52º 0.78% 0.33% -
HSV(B) 332.52º 0.87% 0.59% -
XYZ 14.22 7.51 8.1 -
YUV 65.01 135.9 188.62 -
System Red Green Blue C M Y K H S L
Decimal 150 19 79 0 0.87 0.47 0.41 332.52 0.78 0.33
Hex 96 13 4F 0 57 2F 29 14D 4E 21
Octal 226 23 117 0 127 57 51 515 116 41
Binary 10010110 10011 1001111 0 1010111 101111 101001 101001101 1001110 100001

Color Harmonies of #96134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96134F

Black with #96134F

Text Example


Text Example

White with #96134F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96134F;
 }
 .AnyTagClassName
 {
   color: #96134F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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