Html Css Color HEX #85022D Burgundy

📋 copy color: '#85022D'

red 133 ◦ green 2 ◦ blue 45

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

Shades of Burgundy #85022D

Tints of Burgundy #85022D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25%

R = 73.89%
G = 1.11%
B = 25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#85022D (or 0x85022D) is known color: Burgundy. HEX triplet: 85, 02 and 2D. RGB value is (133,2,45). Sum of RGB (Red+Green+Blue) = 133+2+45=180 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.89% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 133 - color contains mainly: red. Hex color #85022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85022D is #7AFDD2. Grayscale: #2E2E2E. Windows color (decimal): -8060371 or 2949765. OLE color: 2949765.

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

Color convert

RGB 133 2 45 -
CMYK 0 0.98 0.66 0.48
HSL 340.31º 0.97% 0.26% -
HSV(B) 340.31º 0.98% 0.52% -
XYZ 10.17 5.22 2.95 -
YUV 46.07 127.4 190 -
System Red Green Blue C M Y K H S L
Decimal 133 2 45 0 0.98 0.66 0.48 340.31 0.97 0.26
Hex 85 2 2D 0 62 42 30 154 61 1A
Octal 205 2 55 0 142 102 60 524 141 32
Binary 10000101 10 101101 0 1100010 1000010 110000 101010100 1100001 11010

Color Harmonies of #85022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85022D

Black with #85022D

Text Example


Text Example

White with #85022D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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