Html Css Color HEX #85111B Burgundy

📋 copy color: '#85111B'

red 133 ◦ green 17 ◦ blue 27

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

Shades of Burgundy #85111B

Tints of Burgundy #85111B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.6%

 BLUE value IS 27 (10.94% from 255) = 15.25%

R = 75.14%
G = 9.6%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85111B (or 0x85111B) is known color: Burgundy. HEX triplet: 85, 11 and 1B. RGB value is (133,17,27). Sum of RGB (Red+Green+Blue) = 133+17+27=177 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.14% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 133 - color contains mainly: red. Hex color #85111B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85111B is #7AEEE4. Grayscale: #343434. Windows color (decimal): -8056549 or 1773957. OLE color: 1773957.

HSL color Cylindrical-coordinate representation of color #85111B: hue angle of 354.83º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85111B is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 17 27 -
CMYK 0 0.87 0.80 0.48
HSL 354.83º 0.77% 0.29% -
HSV(B) 354.83º 0.87% 0.52% -
XYZ 10.07 5.47 1.56 -
YUV 52.82 113.43 185.19 -
System Red Green Blue C M Y K H S L
Decimal 133 17 27 0 0.87 0.80 0.48 354.83 0.77 0.29
Hex 85 11 1B 0 57 50 30 163 4D 1D
Octal 205 21 33 0 127 120 60 543 115 35
Binary 10000101 10001 11011 0 1010111 1010000 110000 101100011 1001101 11101

Color Harmonies of #85111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85111B

Black with #85111B

Text Example


Text Example

White with #85111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85111B; }

 p { color: rgb(133,17,27); }

 H1.HeaderClassName
 {
   color: #85111B;
 }
 .AnyTagClassName
 {
   color: #85111B;
 }
</style>

background-color css

<style>
 a { background-color: #85111B; }

 a { background-color: rgb(133,17,27); }

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

border-color css

<style>
 span { border-color: #85111B; }

 span { border-color: rgb(133,17,27); }

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