Html Css Color HEX #850436 Burgundy

📋 copy color: '#850436'

red 133 ◦ green 4 ◦ blue 54

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

Shades of Burgundy #850436

Tints of Burgundy #850436

RGB

 RED value IS 133 (52.34% from 255) = 69.63%

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

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

R = 69.63%
G = 2.09%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#850436 (or 0x850436) is known color: Burgundy. HEX triplet: 85, 04 and 36. RGB value is (133,4,54). Sum of RGB (Red+Green+Blue) = 133+4+54=191 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.63% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 54 (21.48% from 255 or 28.27% from 191); Max value from RGB is 133 - color contains mainly: red. Hex color #850436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850436 is #7AFBC9. Grayscale: #303030. Windows color (decimal): -8059850 or 3540101. OLE color: 3540101.

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

Color convert

RGB 133 4 54 -
CMYK 0 0.97 0.59 0.48
HSL 336.74º 0.94% 0.27% -
HSV(B) 336.74º 0.97% 0.52% -
XYZ 10.38 5.34 3.97 -
YUV 48.27 131.24 188.43 -
System Red Green Blue C M Y K H S L
Decimal 133 4 54 0 0.97 0.59 0.48 336.74 0.94 0.27
Hex 85 4 36 0 61 3B 30 151 5E 1B
Octal 205 4 66 0 141 73 60 521 136 33
Binary 10000101 100 110110 0 1100001 111011 110000 101010001 1011110 11011

Color Harmonies of #850436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850436

Black with #850436

Text Example


Text Example

White with #850436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850436; }

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

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

background-color css

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

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

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

border-color css

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

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

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