Html Css Color HEX #85011F Burgundy

📋 copy color: '#85011F'

red 133 ◦ green 1 ◦ blue 31

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

Shades of Burgundy #85011F

Tints of Burgundy #85011F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 80.61%
G = 0.61%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85011F (or 0x85011F) is known color: Burgundy. HEX triplet: 85, 01 and 1F. RGB value is (133,1,31). Sum of RGB (Red+Green+Blue) = 133+1+31=165 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.61% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 133 - color contains mainly: red. Hex color #85011F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85011F is #7AFEE0. Grayscale: #2B2B2B. Windows color (decimal): -8060641 or 2032005. OLE color: 2032005.

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

Color convert

RGB 133 1 31 -
CMYK 0 0.99 0.77 0.48
HSL 346.36º 0.99% 0.26% -
HSV(B) 346.36º 0.99% 0.52% -
XYZ 9.93 5.11 1.76 -
YUV 43.89 120.73 191.56 -
System Red Green Blue C M Y K H S L
Decimal 133 1 31 0 0.99 0.77 0.48 346.36 0.99 0.26
Hex 85 1 1F 0 63 4D 30 15A 63 1A
Octal 205 1 37 0 143 115 60 532 143 32
Binary 10000101 1 11111 0 1100011 1001101 110000 101011010 1100011 11010

Color Harmonies of #85011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85011F

Black with #85011F

Text Example


Text Example

White with #85011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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