Html Css Color HEX #960040 Jazzberry Jam

📋 copy color: '#960040'

red 150 ◦ green 0 ◦ blue 64

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

Shades of Jazzberry Jam #960040

Tints of Jazzberry Jam #960040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 64 (25.39% from 255) = 29.91%

R = 70.09%
G = 0%
B = 29.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#960040 (or 0x960040) is known color: Jazzberry Jam. HEX triplet: 96, 00 and 40. RGB value is (150,0,64). Sum of RGB (Red+Green+Blue) = 150+0+64=214 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.09% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 150 - color contains mainly: red. Hex color #960040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960040 is #69FFBF. Grayscale: #343434. Windows color (decimal): -6946752 or 4194454. OLE color: 4194454.

HSL color Cylindrical-coordinate representation of color #960040: hue angle of 334.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960040 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 0 64 -
CMYK 0 1 0.57 0.41
HSL 334.4º 1% 0.29% -
HSV(B) 334.4º 1% 0.59% -
XYZ 13.5 6.85 5.46 -
YUV 52.15 134.7 197.8 -
System Red Green Blue C M Y K H S L
Decimal 150 0 64 0 1 0.57 0.41 334.4 1 0.29
Hex 96 0 40 0 64 39 29 14E 64 1D
Octal 226 0 100 0 144 71 51 516 144 35
Binary 10010110 0 1000000 0 1100100 111001 101001 101001110 1100100 11101

Color Harmonies of #960040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960040

Black with #960040

Text Example


Text Example

White with #960040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960040; }

 p { color: rgb(150,0,64); }

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

background-color css

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

 a { background-color: rgb(150,0,64); }

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

border-color css

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

 span { border-color: rgb(150,0,64); }

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