Html Css Color HEX #960240 Jazzberry Jam

📋 copy color: '#960240'

red 150 ◦ green 2 ◦ blue 64

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

Shades of Jazzberry Jam #960240

Tints of Jazzberry Jam #960240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 69.44%
G = 0.93%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#960240 (or 0x960240) is known color: Jazzberry Jam. HEX triplet: 96, 02 and 40. RGB value is (150,2,64). Sum of RGB (Red+Green+Blue) = 150+2+64=216 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.44% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 150 - color contains mainly: red. Hex color #960240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960240 is #69FDBF. Grayscale: #353535. Windows color (decimal): -6946240 or 4194966. OLE color: 4194966.

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

Color convert

RGB 150 2 64 -
CMYK 0 0.99 0.57 0.41
HSL 334.86º 0.97% 0.3% -
HSV(B) 334.86º 0.99% 0.59% -
XYZ 13.52 6.9 5.47 -
YUV 53.32 134.03 196.96 -
System Red Green Blue C M Y K H S L
Decimal 150 2 64 0 0.99 0.57 0.41 334.86 0.97 0.3
Hex 96 2 40 0 63 39 29 14F 61 1E
Octal 226 2 100 0 143 71 51 517 141 36
Binary 10010110 10 1000000 0 1100011 111001 101001 101001111 1100001 11110

Color Harmonies of #960240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960240

Black with #960240

Text Example


Text Example

White with #960240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960240; }

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

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

background-color css

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

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

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

border-color css

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

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

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