Html Css Color HEX #960436 Burgundy

📋 copy color: '#960436'

red 150 ◦ green 4 ◦ blue 54

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

Shades of Burgundy #960436

Tints of Burgundy #960436

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.92%

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

R = 72.12%
G = 1.92%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#960436 (or 0x960436) is known color: Burgundy. HEX triplet: 96, 04 and 36. RGB value is (150,4,54). Sum of RGB (Red+Green+Blue) = 150+4+54=208 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.12% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 150 - color contains mainly: red. Hex color #960436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960436 is #69FBC9. Grayscale: #353535. Windows color (decimal): -6945738 or 3540118. OLE color: 3540118.

HSL color Cylindrical-coordinate representation of color #960436: hue angle of 339.45º degrees, saturation: 0.95, 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 #960436 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 4 54 -
CMYK 0 0.97 0.64 0.41
HSL 339.45º 0.95% 0.3% -
HSV(B) 339.45º 0.97% 0.59% -
XYZ 13.29 6.84 4.11 -
YUV 53.35 128.37 196.93 -
System Red Green Blue C M Y K H S L
Decimal 150 4 54 0 0.97 0.64 0.41 339.45 0.95 0.3
Hex 96 4 36 0 61 40 29 153 5F 1E
Octal 226 4 66 0 141 100 51 523 137 36
Binary 10010110 100 110110 0 1100001 1000000 101001 101010011 1011111 11110

Color Harmonies of #960436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960436

Black with #960436

Text Example


Text Example

White with #960436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960436; }

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

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

background-color css

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

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

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

border-color css

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

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

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