Html Css Color HEX #960736 Burgundy

📋 copy color: '#960736'

red 150 ◦ green 7 ◦ blue 54

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

Shades of Burgundy #960736

Tints of Burgundy #960736

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.32%

 BLUE value IS 54 (21.48% from 255) = 25.59%

R = 71.09%
G = 3.32%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#960736 (or 0x960736) is known color: Burgundy. HEX triplet: 96, 07 and 36. RGB value is (150,7,54). Sum of RGB (Red+Green+Blue) = 150+7+54=211 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.09% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 150 - color contains mainly: red. Hex color #960736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960736 is #69F8C9. Grayscale: #373737. Windows color (decimal): -6944970 or 3540886. OLE color: 3540886.

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

Color convert

RGB 150 7 54 -
CMYK 0 0.95 0.64 0.41
HSL 340.28º 0.91% 0.31% -
HSV(B) 340.28º 0.95% 0.59% -
XYZ 13.32 6.9 4.12 -
YUV 55.12 127.38 195.68 -
System Red Green Blue C M Y K H S L
Decimal 150 7 54 0 0.95 0.64 0.41 340.28 0.91 0.31
Hex 96 7 36 0 5F 40 29 154 5B 1F
Octal 226 7 66 0 137 100 51 524 133 37
Binary 10010110 111 110110 0 1011111 1000000 101001 101010100 1011011 11111

Color Harmonies of #960736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960736

Black with #960736

Text Example


Text Example

White with #960736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960736; }

 p { color: rgb(150,7,54); }

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

background-color css

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

 a { background-color: rgb(150,7,54); }

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

border-color css

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

 span { border-color: rgb(150,7,54); }

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