Html Css Color HEX #960850 Jazzberry Jam

📋 copy color: '#960850'

red 150 ◦ green 8 ◦ blue 80

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

Shades of Jazzberry Jam #960850

Tints of Jazzberry Jam #960850

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.36%

 BLUE value IS 80 (31.64% from 255) = 33.61%

R = 63.03%
G = 3.36%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#960850 (or 0x960850) is known color: Jazzberry Jam. HEX triplet: 96, 08 and 50. RGB value is (150,8,80). Sum of RGB (Red+Green+Blue) = 150+8+80=238 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.03% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 150 - color contains mainly: red. Hex color #960850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960850 is #69F7AF. Grayscale: #3A3A3A. Windows color (decimal): -6944688 or 5245078. OLE color: 5245078.

HSL color Cylindrical-coordinate representation of color #960850: hue angle of 329.58º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960850 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 8 80 -
CMYK 0 0.95 0.47 0.41
HSL 329.58º 0.9% 0.31% -
HSV(B) 329.58º 0.95% 0.59% -
XYZ 14.11 7.24 8.24 -
YUV 58.67 140.04 193.15 -
System Red Green Blue C M Y K H S L
Decimal 150 8 80 0 0.95 0.47 0.41 329.58 0.9 0.31
Hex 96 8 50 0 5F 2F 29 14A 5A 1F
Octal 226 10 120 0 137 57 51 512 132 37
Binary 10010110 1000 1010000 0 1011111 101111 101001 101001010 1011010 11111

Color Harmonies of #960850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960850

Black with #960850

Text Example


Text Example

White with #960850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960850; }

 p { color: rgb(150,8,80); }

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

background-color css

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

 a { background-color: rgb(150,8,80); }

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

border-color css

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

 span { border-color: rgb(150,8,80); }

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