Html Css Color HEX #850636 Burgundy

📋 copy color: '#850636'

red 133 ◦ green 6 ◦ blue 54

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

Shades of Burgundy #850636

Tints of Burgundy #850636

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.11%

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

R = 68.91%
G = 3.11%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#850636 (or 0x850636) is known color: Burgundy. HEX triplet: 85, 06 and 36. RGB value is (133,6,54). Sum of RGB (Red+Green+Blue) = 133+6+54=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 54 (21.48% from 255 or 27.98% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #850636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850636 is #7AF9C9. Grayscale: #313131. Windows color (decimal): -8059338 or 3540613. OLE color: 3540613.

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

Color convert

RGB 133 6 54 -
CMYK 0 0.95 0.59 0.48
HSL 337.32º 0.91% 0.27% -
HSV(B) 337.32º 0.95% 0.52% -
XYZ 10.4 5.38 3.98 -
YUV 49.45 130.58 187.6 -
System Red Green Blue C M Y K H S L
Decimal 133 6 54 0 0.95 0.59 0.48 337.32 0.91 0.27
Hex 85 6 36 0 5F 3B 30 151 5B 1B
Octal 205 6 66 0 137 73 60 521 133 33
Binary 10000101 110 110110 0 1011111 111011 110000 101010001 1011011 11011

Color Harmonies of #850636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850636

Black with #850636

Text Example


Text Example

White with #850636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850636; }

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

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

background-color css

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

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

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

border-color css

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

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

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