Html Css Color HEX #960640 Jazzberry Jam

📋 copy color: '#960640'

red 150 ◦ green 6 ◦ blue 64

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

Shades of Jazzberry Jam #960640

Tints of Jazzberry Jam #960640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.73%

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

R = 68.18%
G = 2.73%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#960640 (or 0x960640) is known color: Jazzberry Jam. HEX triplet: 96, 06 and 40. RGB value is (150,6,64). Sum of RGB (Red+Green+Blue) = 150+6+64=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #960640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960640 is #69F9BF. Grayscale: #373737. Windows color (decimal): -6945216 or 4195990. OLE color: 4195990.

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

Color convert

RGB 150 6 64 -
CMYK 0 0.96 0.57 0.41
HSL 335.83º 0.92% 0.31% -
HSV(B) 335.83º 0.96% 0.59% -
XYZ 13.57 6.98 5.48 -
YUV 55.67 132.71 195.28 -
System Red Green Blue C M Y K H S L
Decimal 150 6 64 0 0.96 0.57 0.41 335.83 0.92 0.31
Hex 96 6 40 0 60 39 29 150 5C 1F
Octal 226 6 100 0 140 71 51 520 134 37
Binary 10010110 110 1000000 0 1100000 111001 101001 101010000 1011100 11111

Color Harmonies of #960640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960640

Black with #960640

Text Example


Text Example

White with #960640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960640; }

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

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

background-color css

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

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

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

border-color css

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

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

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