Html Css Color HEX #96155C Jazzberry Jam

📋 copy color: '#96155C'

red 150 ◦ green 21 ◦ blue 92

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

Shades of Jazzberry Jam #96155C

Tints of Jazzberry Jam #96155C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.98%

 BLUE value IS 92 (36.33% from 255) = 34.98%

R = 57.03%
G = 7.98%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#96155C (or 0x96155C) is known color: Jazzberry Jam. HEX triplet: 96, 15 and 5C. RGB value is (150,21,92). Sum of RGB (Red+Green+Blue) = 150+21+92=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #96155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96155C is #69EAA3. Grayscale: #434343. Windows color (decimal): -6941348 or 6034838. OLE color: 6034838.

HSL color Cylindrical-coordinate representation of color #96155C: hue angle of 326.98º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96155C is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 21 92 -
CMYK 0 0.86 0.39 0.41
HSL 326.98º 0.75% 0.34% -
HSV(B) 326.98º 0.86% 0.59% -
XYZ 14.78 7.79 10.85 -
YUV 67.67 141.74 186.73 -
System Red Green Blue C M Y K H S L
Decimal 150 21 92 0 0.86 0.39 0.41 326.98 0.75 0.34
Hex 96 15 5C 0 56 27 29 147 4B 22
Octal 226 25 134 0 126 47 51 507 113 42
Binary 10010110 10101 1011100 0 1010110 100111 101001 101000111 1001011 100010

Color Harmonies of #96155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96155C

Black with #96155C

Text Example


Text Example

White with #96155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96155C;
 }
 .AnyTagClassName
 {
   color: #96155C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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