Html Css Color HEX #85141D Burgundy

📋 copy color: '#85141D'

red 133 ◦ green 20 ◦ blue 29

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

Shades of Burgundy #85141D

Tints of Burgundy #85141D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.99%

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

R = 73.08%
G = 10.99%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#85141D (or 0x85141D) is known color: Burgundy. HEX triplet: 85, 14 and 1D. RGB value is (133,20,29). Sum of RGB (Red+Green+Blue) = 133+20+29=182 (24% of max value = 765). Red value is 133 (52.34% from 255 or 73.08% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 133 - color contains mainly: red. Hex color #85141D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85141D is #7AEBE2. Grayscale: #363636. Windows color (decimal): -8055779 or 1905797. OLE color: 1905797.

HSL color Cylindrical-coordinate representation of color #85141D: hue angle of 355.22º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85141D is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 20 29 -
CMYK 0 0.85 0.78 0.48
HSL 355.22º 0.74% 0.3% -
HSV(B) 355.22º 0.85% 0.52% -
XYZ 10.14 5.58 1.7 -
YUV 54.81 113.44 183.77 -
System Red Green Blue C M Y K H S L
Decimal 133 20 29 0 0.85 0.78 0.48 355.22 0.74 0.3
Hex 85 14 1D 0 55 4E 30 163 4A 1E
Octal 205 24 35 0 125 116 60 543 112 36
Binary 10000101 10100 11101 0 1010101 1001110 110000 101100011 1001010 11110

Color Harmonies of #85141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85141D

Black with #85141D

Text Example


Text Example

White with #85141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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