Html Css Color HEX #85032F Burgundy

📋 copy color: '#85032F'

red 133 ◦ green 3 ◦ blue 47

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

Shades of Burgundy #85032F

Tints of Burgundy #85032F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.64%

 BLUE value IS 47 (18.75% from 255) = 25.68%

R = 72.68%
G = 1.64%
B = 25.68%

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

#85032F (or 0x85032F) is known color: Burgundy. HEX triplet: 85, 03 and 2F. RGB value is (133,3,47). Sum of RGB (Red+Green+Blue) = 133+3+47=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #85032F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85032F is #7AFCD0. Grayscale: #2E2E2E. Windows color (decimal): -8060113 or 3081093. OLE color: 3081093.

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

Color convert

RGB 133 3 47 -
CMYK 0 0.98 0.65 0.48
HSL 339.69º 0.96% 0.27% -
HSV(B) 339.69º 0.98% 0.52% -
XYZ 10.22 5.26 3.17 -
YUV 46.89 128.07 189.42 -
System Red Green Blue C M Y K H S L
Decimal 133 3 47 0 0.98 0.65 0.48 339.69 0.96 0.27
Hex 85 3 2F 0 62 41 30 154 60 1B
Octal 205 3 57 0 142 101 60 524 140 33
Binary 10000101 11 101111 0 1100010 1000001 110000 101010100 1100000 11011

Color Harmonies of #85032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85032F

Black with #85032F

Text Example


Text Example

White with #85032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85032F; }

 p { color: rgb(133,3,47); }

 H1.HeaderClassName
 {
   color: #85032F;
 }
 .AnyTagClassName
 {
   color: #85032F;
 }
</style>

background-color css

<style>
 a { background-color: #85032F; }

 a { background-color: rgb(133,3,47); }

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

border-color css

<style>
 span { border-color: #85032F; }

 span { border-color: rgb(133,3,47); }

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