Html Css Color HEX #85022E Burgundy

📋 copy color: '#85022E'

red 133 ◦ green 2 ◦ blue 46

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

Shades of Burgundy #85022E

Tints of Burgundy #85022E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 25.41%

R = 73.48%
G = 1.1%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85022E (or 0x85022E) is known color: Burgundy. HEX triplet: 85, 02 and 2E. RGB value is (133,2,46). Sum of RGB (Red+Green+Blue) = 133+2+46=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #85022E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85022E is #7AFDD1. Grayscale: #2E2E2E. Windows color (decimal): -8060370 or 3015301. OLE color: 3015301.

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

Color convert

RGB 133 2 46 -
CMYK 0 0.98 0.65 0.48
HSL 339.85º 0.97% 0.26% -
HSV(B) 339.85º 0.98% 0.52% -
XYZ 10.19 5.23 3.06 -
YUV 46.19 127.9 189.92 -
System Red Green Blue C M Y K H S L
Decimal 133 2 46 0 0.98 0.65 0.48 339.85 0.97 0.26
Hex 85 2 2E 0 62 41 30 154 61 1A
Octal 205 2 56 0 142 101 60 524 141 32
Binary 10000101 10 101110 0 1100010 1000001 110000 101010100 1100001 11010

Color Harmonies of #85022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85022E

Black with #85022E

Text Example


Text Example

White with #85022E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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