Html Css Color HEX #96135F Jazzberry Jam

📋 copy color: '#96135F'

red 150 ◦ green 19 ◦ blue 95

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

Shades of Jazzberry Jam #96135F

Tints of Jazzberry Jam #96135F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.98%

R = 56.82%
G = 7.2%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96135F (or 0x96135F) is known color: Jazzberry Jam. HEX triplet: 96, 13 and 5F. RGB value is (150,19,95). Sum of RGB (Red+Green+Blue) = 150+19+95=264 (34% of max value = 765). Red value is 150 (58.98% from 255 or 56.82% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 150 - color contains mainly: red. Hex color #96135F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96135F is #69ECA0. Grayscale: #424242. Windows color (decimal): -6941857 or 6230934. OLE color: 6230934.

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

Color convert

RGB 150 19 95 -
CMYK 0 0.87 0.37 0.41
HSL 325.19º 0.78% 0.33% -
HSV(B) 325.19º 0.87% 0.59% -
XYZ 14.88 7.78 11.54 -
YUV 66.83 143.9 187.32 -
System Red Green Blue C M Y K H S L
Decimal 150 19 95 0 0.87 0.37 0.41 325.19 0.78 0.33
Hex 96 13 5F 0 57 25 29 145 4E 21
Octal 226 23 137 0 127 45 51 505 116 41
Binary 10010110 10011 1011111 0 1010111 100101 101001 101000101 1001110 100001

Color Harmonies of #96135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96135F

Black with #96135F

Text Example


Text Example

White with #96135F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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