Html Css Color HEX #85131F Burgundy

📋 copy color: '#85131F'

red 133 ◦ green 19 ◦ blue 31

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

Shades of Burgundy #85131F

Tints of Burgundy #85131F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.38%

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

R = 72.68%
G = 10.38%
B = 16.94%

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

#85131F (or 0x85131F) is known color: Burgundy. HEX triplet: 85, 13 and 1F. RGB value is (133,19,31). Sum of RGB (Red+Green+Blue) = 133+19+31=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #85131F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85131F is #7AECE0. Grayscale: #363636. Windows color (decimal): -8056033 or 2036613. OLE color: 2036613.

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

Color convert

RGB 133 19 31 -
CMYK 0 0.86 0.77 0.48
HSL 353.68º 0.75% 0.3% -
HSV(B) 353.68º 0.86% 0.52% -
XYZ 10.15 5.55 1.83 -
YUV 54.45 114.77 184.02 -
System Red Green Blue C M Y K H S L
Decimal 133 19 31 0 0.86 0.77 0.48 353.68 0.75 0.3
Hex 85 13 1F 0 56 4D 30 162 4B 1E
Octal 205 23 37 0 126 115 60 542 113 36
Binary 10000101 10011 11111 0 1010110 1001101 110000 101100010 1001011 11110

Color Harmonies of #85131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85131F

Black with #85131F

Text Example


Text Example

White with #85131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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