Html Css Color HEX #960E5E Jazzberry Jam

📋 copy color: '#960E5E'

red 150 ◦ green 14 ◦ blue 94

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

Shades of Jazzberry Jam #960E5E

Tints of Jazzberry Jam #960E5E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.43%

 BLUE value IS 94 (37.11% from 255) = 36.43%

R = 58.14%
G = 5.43%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#960E5E (or 0x960E5E) is known color: Jazzberry Jam. HEX triplet: 96, 0E and 5E. RGB value is (150,14,94). Sum of RGB (Red+Green+Blue) = 150+14+94=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #960E5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960E5E is #69F1A1. Grayscale: #3F3F3F. Windows color (decimal): -6943138 or 6164118. OLE color: 6164118.

HSL color Cylindrical-coordinate representation of color #960E5E: hue angle of 324.71º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #960E5E is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 14 94 -
CMYK 0 0.91 0.37 0.41
HSL 324.71º 0.83% 0.32% -
HSV(B) 324.71º 0.91% 0.59% -
XYZ 14.76 7.61 11.28 -
YUV 63.78 145.06 189.5 -
System Red Green Blue C M Y K H S L
Decimal 150 14 94 0 0.91 0.37 0.41 324.71 0.83 0.32
Hex 96 E 5E 0 5B 25 29 145 53 20
Octal 226 16 136 0 133 45 51 505 123 40
Binary 10010110 1110 1011110 0 1011011 100101 101001 101000101 1010011 100000

Color Harmonies of #960E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960E5E

Black with #960E5E

Text Example


Text Example

White with #960E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960E5E; }

 p { color: rgb(150,14,94); }

 H1.HeaderClassName
 {
   color: #960E5E;
 }
 .AnyTagClassName
 {
   color: #960E5E;
 }
</style>

background-color css

<style>
 a { background-color: #960E5E; }

 a { background-color: rgb(150,14,94); }

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

border-color css

<style>
 span { border-color: #960E5E; }

 span { border-color: rgb(150,14,94); }

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