Html Css Color HEX #96155A Jazzberry Jam

📋 copy color: '#96155A'

red 150 ◦ green 21 ◦ blue 90

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

Shades of Jazzberry Jam #96155A

Tints of Jazzberry Jam #96155A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.48%

R = 57.47%
G = 8.05%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#96155A (or 0x96155A) is known color: Jazzberry Jam. HEX triplet: 96, 15 and 5A. RGB value is (150,21,90). Sum of RGB (Red+Green+Blue) = 150+21+90=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #96155A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96155A is #69EAA5. Grayscale: #434343. Windows color (decimal): -6941350 or 5903766. OLE color: 5903766.

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

Color convert

RGB 150 21 90 -
CMYK 0 0.86 0.4 0.41
HSL 327.91º 0.75% 0.34% -
HSV(B) 327.91º 0.86% 0.59% -
XYZ 14.69 7.76 10.4 -
YUV 67.44 140.74 186.89 -
System Red Green Blue C M Y K H S L
Decimal 150 21 90 0 0.86 0.4 0.41 327.91 0.75 0.34
Hex 96 15 5A 0 56 28 29 148 4B 22
Octal 226 25 132 0 126 50 51 510 113 42
Binary 10010110 10101 1011010 0 1010110 101000 101001 101001000 1001011 100010

Color Harmonies of #96155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96155A

Black with #96155A

Text Example


Text Example

White with #96155A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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