Html Css Color HEX #85021D Burgundy

📋 copy color: '#85021D'

red 133 ◦ green 2 ◦ blue 29

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

Shades of Burgundy #85021D

Tints of Burgundy #85021D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.22%

 BLUE value IS 29 (11.72% from 255) = 17.68%

R = 81.1%
G = 1.22%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#85021D (or 0x85021D) is known color: Burgundy. HEX triplet: 85, 02 and 1D. RGB value is (133,2,29). Sum of RGB (Red+Green+Blue) = 133+2+29=164 (21% of max value = 765). Red value is 133 (52.34% from 255 or 81.10% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 133 - color contains mainly: red. Hex color #85021D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85021D is #7AFDE2. Grayscale: #2C2C2C. Windows color (decimal): -8060387 or 1901189. OLE color: 1901189.

HSL color Cylindrical-coordinate representation of color #85021D: hue angle of 347.63º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85021D is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 2 29 -
CMYK 0 0.98 0.78 0.48
HSL 347.63º 0.97% 0.26% -
HSV(B) 347.63º 0.98% 0.52% -
XYZ 9.92 5.12 1.63 -
YUV 44.25 119.4 191.3 -
System Red Green Blue C M Y K H S L
Decimal 133 2 29 0 0.98 0.78 0.48 347.63 0.97 0.26
Hex 85 2 1D 0 62 4E 30 15C 61 1A
Octal 205 2 35 0 142 116 60 534 141 32
Binary 10000101 10 11101 0 1100010 1001110 110000 101011100 1100001 11010

Color Harmonies of #85021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85021D

Black with #85021D

Text Example


Text Example

White with #85021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85021D; }

 p { color: rgb(133,2,29); }

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

background-color css

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

 a { background-color: rgb(133,2,29); }

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

border-color css

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

 span { border-color: rgb(133,2,29); }

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