Html Css Color HEX #85022B Burgundy

📋 copy color: '#85022B'

red 133 ◦ green 2 ◦ blue 43

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

Shades of Burgundy #85022B

Tints of Burgundy #85022B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.16%

R = 74.72%
G = 1.12%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85022B (or 0x85022B) is known color: Burgundy. HEX triplet: 85, 02 and 2B. RGB value is (133,2,43). Sum of RGB (Red+Green+Blue) = 133+2+43=178 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.72% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 133 - color contains mainly: red. Hex color #85022B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85022B is #7AFDD4. Grayscale: #2D2D2D. Windows color (decimal): -8060373 or 2818693. OLE color: 2818693.

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

Color convert

RGB 133 2 43 -
CMYK 0 0.98 0.68 0.48
HSL 341.22º 0.97% 0.26% -
HSV(B) 341.22º 0.98% 0.52% -
XYZ 10.13 5.2 2.76 -
YUV 45.84 126.4 190.17 -
System Red Green Blue C M Y K H S L
Decimal 133 2 43 0 0.98 0.68 0.48 341.22 0.97 0.26
Hex 85 2 2B 0 62 44 30 155 61 1A
Octal 205 2 53 0 142 104 60 525 141 32
Binary 10000101 10 101011 0 1100010 1000100 110000 101010101 1100001 11010

Color Harmonies of #85022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85022B

Black with #85022B

Text Example


Text Example

White with #85022B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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