Html Css Color HEX #85021E Burgundy

📋 copy color: '#85021E'

red 133 ◦ green 2 ◦ blue 30

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

Shades of Burgundy #85021E

Tints of Burgundy #85021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.18%

R = 80.61%
G = 1.21%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85021E (or 0x85021E) is known color: Burgundy. HEX triplet: 85, 02 and 1E. RGB value is (133,2,30). Sum of RGB (Red+Green+Blue) = 133+2+30=165 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.61% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 133 - color contains mainly: red. Hex color #85021E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85021E is #7AFDE1. Grayscale: #2C2C2C. Windows color (decimal): -8060386 or 1966725. OLE color: 1966725.

HSL color Cylindrical-coordinate representation of color #85021E: hue angle of 347.18º 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 #85021E is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 2 30 -
CMYK 0 0.98 0.77 0.48
HSL 347.18º 0.97% 0.26% -
HSV(B) 347.18º 0.98% 0.52% -
XYZ 9.93 5.12 1.69 -
YUV 44.36 119.9 191.22 -
System Red Green Blue C M Y K H S L
Decimal 133 2 30 0 0.98 0.77 0.48 347.18 0.97 0.26
Hex 85 2 1E 0 62 4D 30 15B 61 1A
Octal 205 2 36 0 142 115 60 533 141 32
Binary 10000101 10 11110 0 1100010 1001101 110000 101011011 1100001 11010

Color Harmonies of #85021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85021E

Black with #85021E

Text Example


Text Example

White with #85021E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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