Html Css Color HEX #960A3E Jazzberry Jam

📋 copy color: '#960A3E'

red 150 ◦ green 10 ◦ blue 62

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

Shades of Jazzberry Jam #960A3E

Tints of Jazzberry Jam #960A3E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.5%

 BLUE value IS 62 (24.61% from 255) = 27.93%

R = 67.57%
G = 4.5%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#960A3E (or 0x960A3E) is known color: Jazzberry Jam. HEX triplet: 96, 0A and 3E. RGB value is (150,10,62). Sum of RGB (Red+Green+Blue) = 150+10+62=222 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.57% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 150 - color contains mainly: red. Hex color #960A3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960A3E is #69F5C1. Grayscale: #393939. Windows color (decimal): -6944194 or 4065942. OLE color: 4065942.

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

Color convert

RGB 150 10 62 -
CMYK 0 0.93 0.59 0.41
HSL 337.71º 0.88% 0.31% -
HSV(B) 337.71º 0.93% 0.59% -
XYZ 13.56 7.05 5.2 -
YUV 57.79 130.38 193.77 -
System Red Green Blue C M Y K H S L
Decimal 150 10 62 0 0.93 0.59 0.41 337.71 0.88 0.31
Hex 96 A 3E 0 5D 3B 29 152 58 1F
Octal 226 12 76 0 135 73 51 522 130 37
Binary 10010110 1010 111110 0 1011101 111011 101001 101010010 1011000 11111

Color Harmonies of #960A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960A3E

Black with #960A3E

Text Example


Text Example

White with #960A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,10,62); }

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

background-color css

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

 a { background-color: rgb(150,10,62); }

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

border-color css

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

 span { border-color: rgb(150,10,62); }

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