Html Css Color HEX #96155B Jazzberry Jam

📋 copy color: '#96155B'

red 150 ◦ green 21 ◦ blue 91

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

Shades of Jazzberry Jam #96155B

Tints of Jazzberry Jam #96155B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.73%

R = 57.25%
G = 8.02%
B = 34.73%

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

#96155B (or 0x96155B) is known color: Jazzberry Jam. HEX triplet: 96, 15 and 5B. RGB value is (150,21,91). Sum of RGB (Red+Green+Blue) = 150+21+91=262 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.25% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 150 - color contains mainly: red. Hex color #96155B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96155B is #69EAA4. Grayscale: #434343. Windows color (decimal): -6941349 or 5969302. OLE color: 5969302.

HSL color Cylindrical-coordinate representation of color #96155B: hue angle of 327.44º 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 #96155B is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 21 91 -
CMYK 0 0.86 0.39 0.41
HSL 327.44º 0.75% 0.34% -
HSV(B) 327.44º 0.86% 0.59% -
XYZ 14.73 7.78 10.62 -
YUV 67.55 141.24 186.81 -
System Red Green Blue C M Y K H S L
Decimal 150 21 91 0 0.86 0.39 0.41 327.44 0.75 0.34
Hex 96 15 5B 0 56 27 29 147 4B 22
Octal 226 25 133 0 126 47 51 507 113 42
Binary 10010110 10101 1011011 0 1010110 100111 101001 101000111 1001011 100010

Color Harmonies of #96155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96155B

Black with #96155B

Text Example


Text Example

White with #96155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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