Html Css Color HEX #96155F Jazzberry Jam

📋 copy color: '#96155F'

red 150 ◦ green 21 ◦ blue 95

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

Shades of Jazzberry Jam #96155F

Tints of Jazzberry Jam #96155F

RGB

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

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

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

R = 56.39%
G = 7.89%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96155F (or 0x96155F) is known color: Jazzberry Jam. HEX triplet: 96, 15 and 5F. RGB value is (150,21,95). Sum of RGB (Red+Green+Blue) = 150+21+95=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #96155F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96155F is #69EAA0. Grayscale: #434343. Windows color (decimal): -6941345 or 6231446. OLE color: 6231446.

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

Color convert

RGB 150 21 95 -
CMYK 0 0.86 0.37 0.41
HSL 325.58º 0.75% 0.34% -
HSV(B) 325.58º 0.86% 0.59% -
XYZ 14.91 7.85 11.56 -
YUV 68.01 143.24 186.48 -
System Red Green Blue C M Y K H S L
Decimal 150 21 95 0 0.86 0.37 0.41 325.58 0.75 0.34
Hex 96 15 5F 0 56 25 29 146 4B 22
Octal 226 25 137 0 126 45 51 506 113 42
Binary 10010110 10101 1011111 0 1010110 100101 101001 101000110 1001011 100010

Color Harmonies of #96155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96155F

Black with #96155F

Text Example


Text Example

White with #96155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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