Html Css Color HEX #85051F Burgundy

📋 copy color: '#85051F'

red 133 ◦ green 5 ◦ blue 31

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

Shades of Burgundy #85051F

Tints of Burgundy #85051F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.34%

R = 78.7%
G = 2.96%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85051F (or 0x85051F) is known color: Burgundy. HEX triplet: 85, 05 and 1F. RGB value is (133,5,31). Sum of RGB (Red+Green+Blue) = 133+5+31=169 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.70% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 133 - color contains mainly: red. Hex color #85051F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85051F is #7AFAE0. Grayscale: #2E2E2E. Windows color (decimal): -8059617 or 2033029. OLE color: 2033029.

HSL color Cylindrical-coordinate representation of color #85051F: hue angle of 347.81º 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 #85051F is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 5 31 -
CMYK 0 0.96 0.77 0.48
HSL 347.81º 0.93% 0.27% -
HSV(B) 347.81º 0.96% 0.52% -
XYZ 9.97 5.19 1.77 -
YUV 46.24 119.41 189.89 -
System Red Green Blue C M Y K H S L
Decimal 133 5 31 0 0.96 0.77 0.48 347.81 0.93 0.27
Hex 85 5 1F 0 60 4D 30 15C 5D 1B
Octal 205 5 37 0 140 115 60 534 135 33
Binary 10000101 101 11111 0 1100000 1001101 110000 101011100 1011101 11011

Color Harmonies of #85051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85051F

Black with #85051F

Text Example


Text Example

White with #85051F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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