Html Css Color HEX #85021B Burgundy

📋 copy color: '#85021B'

red 133 ◦ green 2 ◦ blue 27

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

Shades of Burgundy #85021B

Tints of Burgundy #85021B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.67%

R = 82.1%
G = 1.23%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85021B (or 0x85021B) is known color: Burgundy. HEX triplet: 85, 02 and 1B. RGB value is (133,2,27). Sum of RGB (Red+Green+Blue) = 133+2+27=162 (21% of max value = 765). Red value is 133 (52.34% from 255 or 82.10% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 133 - color contains mainly: red. Hex color #85021B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85021B is #7AFDE4. Grayscale: #2C2C2C. Windows color (decimal): -8060389 or 1770117. OLE color: 1770117.

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

Color convert

RGB 133 2 27 -
CMYK 0 0.98 0.80 0.48
HSL 348.55º 0.97% 0.26% -
HSV(B) 348.55º 0.98% 0.52% -
XYZ 9.89 5.11 1.5 -
YUV 44.02 118.4 191.47 -
System Red Green Blue C M Y K H S L
Decimal 133 2 27 0 0.98 0.80 0.48 348.55 0.97 0.26
Hex 85 2 1B 0 62 50 30 15D 61 1A
Octal 205 2 33 0 142 120 60 535 141 32
Binary 10000101 10 11011 0 1100010 1010000 110000 101011101 1100001 11010

Color Harmonies of #85021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85021B

Black with #85021B

Text Example


Text Example

White with #85021B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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