Html Css Color HEX #85051D Burgundy

📋 copy color: '#85051D'

red 133 ◦ green 5 ◦ blue 29

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

Shades of Burgundy #85051D

Tints of Burgundy #85051D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.37%

R = 79.64%
G = 2.99%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#85051D (or 0x85051D) is known color: Burgundy. HEX triplet: 85, 05 and 1D. RGB value is (133,5,29). Sum of RGB (Red+Green+Blue) = 133+5+29=167 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.64% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 133 - color contains mainly: red. Hex color #85051D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85051D is #7AFAE2. Grayscale: #2E2E2E. Windows color (decimal): -8059619 or 1901957. OLE color: 1901957.

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

Color convert

RGB 133 5 29 -
CMYK 0 0.96 0.78 0.48
HSL 348.75º 0.93% 0.27% -
HSV(B) 348.75º 0.96% 0.52% -
XYZ 9.95 5.18 1.64 -
YUV 46.01 118.41 190.05 -
System Red Green Blue C M Y K H S L
Decimal 133 5 29 0 0.96 0.78 0.48 348.75 0.93 0.27
Hex 85 5 1D 0 60 4E 30 15D 5D 1B
Octal 205 5 35 0 140 116 60 535 135 33
Binary 10000101 101 11101 0 1100000 1001110 110000 101011101 1011101 11011

Color Harmonies of #85051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85051D

Black with #85051D

Text Example


Text Example

White with #85051D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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