Html Css Color HEX #85052D Burgundy

📋 copy color: '#85052D'

red 133 ◦ green 5 ◦ blue 45

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

Shades of Burgundy #85052D

Tints of Burgundy #85052D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.73%

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

R = 72.68%
G = 2.73%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#85052D (or 0x85052D) is known color: Burgundy. HEX triplet: 85, 05 and 2D. RGB value is (133,5,45). Sum of RGB (Red+Green+Blue) = 133+5+45=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #85052D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85052D is #7AFAD2. Grayscale: #2F2F2F. Windows color (decimal): -8059603 or 2950533. OLE color: 2950533.

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

Color convert

RGB 133 5 45 -
CMYK 0 0.96 0.66 0.48
HSL 341.25º 0.93% 0.27% -
HSV(B) 341.25º 0.96% 0.52% -
XYZ 10.2 5.28 2.97 -
YUV 47.83 126.41 188.75 -
System Red Green Blue C M Y K H S L
Decimal 133 5 45 0 0.96 0.66 0.48 341.25 0.93 0.27
Hex 85 5 2D 0 60 42 30 155 5D 1B
Octal 205 5 55 0 140 102 60 525 135 33
Binary 10000101 101 101101 0 1100000 1000010 110000 101010101 1011101 11011

Color Harmonies of #85052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85052D

Black with #85052D

Text Example


Text Example

White with #85052D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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