Html Css Color HEX #85042D Burgundy

📋 copy color: '#85042D'

red 133 ◦ green 4 ◦ blue 45

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

Shades of Burgundy #85042D

Tints of Burgundy #85042D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.2%

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

R = 73.08%
G = 2.2%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#85042D (or 0x85042D) is known color: Burgundy. HEX triplet: 85, 04 and 2D. RGB value is (133,4,45). Sum of RGB (Red+Green+Blue) = 133+4+45=182 (24% of max value = 765). Red value is 133 (52.34% from 255 or 73.08% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 133 - color contains mainly: red. Hex color #85042D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85042D is #7AFBD2. Grayscale: #2F2F2F. Windows color (decimal): -8059859 or 2950277. OLE color: 2950277.

HSL color Cylindrical-coordinate representation of color #85042D: hue angle of 340.93º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85042D is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 4 45 -
CMYK 0 0.97 0.66 0.48
HSL 340.93º 0.94% 0.27% -
HSV(B) 340.93º 0.97% 0.52% -
XYZ 10.19 5.26 2.96 -
YUV 47.25 126.74 189.17 -
System Red Green Blue C M Y K H S L
Decimal 133 4 45 0 0.97 0.66 0.48 340.93 0.94 0.27
Hex 85 4 2D 0 61 42 30 155 5E 1B
Octal 205 4 55 0 141 102 60 525 136 33
Binary 10000101 100 101101 0 1100001 1000010 110000 101010101 1011110 11011

Color Harmonies of #85042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85042D

Black with #85042D

Text Example


Text Example

White with #85042D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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