Html Css Color HEX #960C44 Jazzberry Jam

📋 copy color: '#960C44'

red 150 ◦ green 12 ◦ blue 68

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

Shades of Jazzberry Jam #960C44

Tints of Jazzberry Jam #960C44

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.22%

 BLUE value IS 68 (26.95% from 255) = 29.57%

R = 65.22%
G = 5.22%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#960C44 (or 0x960C44) is known color: Jazzberry Jam. HEX triplet: 96, 0C and 44. RGB value is (150,12,68). Sum of RGB (Red+Green+Blue) = 150+12+68=230 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.22% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 150 - color contains mainly: red. Hex color #960C44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960C44 is #69F3BB. Grayscale: #3B3B3B. Windows color (decimal): -6943676 or 4459670. OLE color: 4459670.

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

Color convert

RGB 150 12 68 -
CMYK 0 0.92 0.55 0.41
HSL 335.65º 0.85% 0.32% -
HSV(B) 335.65º 0.92% 0.59% -
XYZ 13.75 7.16 6.13 -
YUV 59.65 132.72 192.45 -
System Red Green Blue C M Y K H S L
Decimal 150 12 68 0 0.92 0.55 0.41 335.65 0.85 0.32
Hex 96 C 44 0 5C 37 29 150 55 20
Octal 226 14 104 0 134 67 51 520 125 40
Binary 10010110 1100 1000100 0 1011100 110111 101001 101010000 1010101 100000

Color Harmonies of #960C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960C44

Black with #960C44

Text Example


Text Example

White with #960C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,12,68); }

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

background-color css

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

 a { background-color: rgb(150,12,68); }

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

border-color css

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

 span { border-color: rgb(150,12,68); }

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