Html Css Color HEX #960545 Jazzberry Jam

📋 copy color: '#960545'

red 150 ◦ green 5 ◦ blue 69

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

Shades of Jazzberry Jam #960545

Tints of Jazzberry Jam #960545

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.23%

 BLUE value IS 69 (27.34% from 255) = 30.8%

R = 66.96%
G = 2.23%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#960545 (or 0x960545) is known color: Jazzberry Jam. HEX triplet: 96, 05 and 45. RGB value is (150,5,69). Sum of RGB (Red+Green+Blue) = 150+5+69=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #960545 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960545 is #69FABA. Grayscale: #373737. Windows color (decimal): -6945467 or 4523414. OLE color: 4523414.

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

Color convert

RGB 150 5 69 -
CMYK 0 0.97 0.54 0.41
HSL 333.52º 0.94% 0.3% -
HSV(B) 333.52º 0.97% 0.59% -
XYZ 13.71 7.02 6.26 -
YUV 55.65 135.54 195.3 -
System Red Green Blue C M Y K H S L
Decimal 150 5 69 0 0.97 0.54 0.41 333.52 0.94 0.3
Hex 96 5 45 0 61 36 29 14E 5E 1E
Octal 226 5 105 0 141 66 51 516 136 36
Binary 10010110 101 1000101 0 1100001 110110 101001 101001110 1011110 11110

Color Harmonies of #960545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960545

Black with #960545

Text Example


Text Example

White with #960545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960545; }

 p { color: rgb(150,5,69); }

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

background-color css

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

 a { background-color: rgb(150,5,69); }

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

border-color css

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

 span { border-color: rgb(150,5,69); }

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