Html Css Color HEX #85131D Burgundy

📋 copy color: '#85131D'

red 133 ◦ green 19 ◦ blue 29

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

Shades of Burgundy #85131D

Tints of Burgundy #85131D

RGB

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

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

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

R = 73.48%
G = 10.5%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#85131D (or 0x85131D) is known color: Burgundy. HEX triplet: 85, 13 and 1D. RGB value is (133,19,29). Sum of RGB (Red+Green+Blue) = 133+19+29=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #85131D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85131D is #7AECE2. Grayscale: #363636. Windows color (decimal): -8056035 or 1905541. OLE color: 1905541.

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

Color convert

RGB 133 19 29 -
CMYK 0 0.86 0.78 0.48
HSL 354.74º 0.75% 0.3% -
HSV(B) 354.74º 0.86% 0.52% -
XYZ 10.13 5.54 1.7 -
YUV 54.23 113.77 184.19 -
System Red Green Blue C M Y K H S L
Decimal 133 19 29 0 0.86 0.78 0.48 354.74 0.75 0.3
Hex 85 13 1D 0 56 4E 30 163 4B 1E
Octal 205 23 35 0 126 116 60 543 113 36
Binary 10000101 10011 11101 0 1010110 1001110 110000 101100011 1001011 11110

Color Harmonies of #85131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85131D

Black with #85131D

Text Example


Text Example

White with #85131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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