Html Css Color HEX #85141E Burgundy

📋 copy color: '#85141E'

red 133 ◦ green 20 ◦ blue 30

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

Shades of Burgundy #85141E

Tints of Burgundy #85141E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.39%

R = 72.68%
G = 10.93%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85141E (or 0x85141E) is known color: Burgundy. HEX triplet: 85, 14 and 1E. RGB value is (133,20,30). Sum of RGB (Red+Green+Blue) = 133+20+30=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #85141E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85141E is #7AEBE1. Grayscale: #363636. Windows color (decimal): -8055778 or 1971333. OLE color: 1971333.

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

Color convert

RGB 133 20 30 -
CMYK 0 0.85 0.77 0.48
HSL 354.69º 0.74% 0.3% -
HSV(B) 354.69º 0.85% 0.52% -
XYZ 10.16 5.58 1.77 -
YUV 54.93 113.94 183.69 -
System Red Green Blue C M Y K H S L
Decimal 133 20 30 0 0.85 0.77 0.48 354.69 0.74 0.3
Hex 85 14 1E 0 55 4D 30 163 4A 1E
Octal 205 24 36 0 125 115 60 543 112 36
Binary 10000101 10100 11110 0 1010101 1001101 110000 101100011 1001010 11110

Color Harmonies of #85141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85141E

Black with #85141E

Text Example


Text Example

White with #85141E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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