Html Css Color HEX #85121F Burgundy

📋 copy color: '#85121F'

red 133 ◦ green 18 ◦ blue 31

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

Shades of Burgundy #85121F

Tints of Burgundy #85121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.89%

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

R = 73.08%
G = 9.89%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85121F (or 0x85121F) is known color: Burgundy. HEX triplet: 85, 12 and 1F. RGB value is (133,18,31). Sum of RGB (Red+Green+Blue) = 133+18+31=182 (24% of max value = 765). Red value is 133 (52.34% from 255 or 73.08% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 133 - color contains mainly: red. Hex color #85121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85121F is #7AEDE0. Grayscale: #353535. Windows color (decimal): -8056289 or 2036357. OLE color: 2036357.

HSL color Cylindrical-coordinate representation of color #85121F: hue angle of 353.22º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85121F is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 18 31 -
CMYK 0 0.86 0.77 0.48
HSL 353.22º 0.76% 0.3% -
HSV(B) 353.22º 0.86% 0.52% -
XYZ 10.14 5.52 1.83 -
YUV 53.87 115.1 184.44 -
System Red Green Blue C M Y K H S L
Decimal 133 18 31 0 0.86 0.77 0.48 353.22 0.76 0.3
Hex 85 12 1F 0 56 4D 30 161 4C 1E
Octal 205 22 37 0 126 115 60 541 114 36
Binary 10000101 10010 11111 0 1010110 1001101 110000 101100001 1001100 11110

Color Harmonies of #85121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85121F

Black with #85121F

Text Example


Text Example

White with #85121F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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