Html Css Color HEX #85112C Burgundy

📋 copy color: '#85112C'

red 133 ◦ green 17 ◦ blue 44

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

Shades of Burgundy #85112C

Tints of Burgundy #85112C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.68%

R = 68.56%
G = 8.76%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#85112C (or 0x85112C) is known color: Burgundy. HEX triplet: 85, 11 and 2C. RGB value is (133,17,44). Sum of RGB (Red+Green+Blue) = 133+17+44=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #85112C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85112C is #7AEED3. Grayscale: #363636. Windows color (decimal): -8056532 or 2888069. OLE color: 2888069.

HSL color Cylindrical-coordinate representation of color #85112C: hue angle of 346.03º 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 #85112C is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 17 44 -
CMYK 0 0.87 0.67 0.48
HSL 346.03º 0.77% 0.29% -
HSV(B) 346.03º 0.87% 0.52% -
XYZ 10.33 5.57 2.91 -
YUV 54.76 121.93 183.8 -
System Red Green Blue C M Y K H S L
Decimal 133 17 44 0 0.87 0.67 0.48 346.03 0.77 0.29
Hex 85 11 2C 0 57 43 30 15A 4D 1D
Octal 205 21 54 0 127 103 60 532 115 35
Binary 10000101 10001 101100 0 1010111 1000011 110000 101011010 1001101 11101

Color Harmonies of #85112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85112C

Black with #85112C

Text Example


Text Example

White with #85112C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85112C; }

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

 H1.HeaderClassName
 {
   color: #85112C;
 }
 .AnyTagClassName
 {
   color: #85112C;
 }
</style>

background-color css

<style>
 a { background-color: #85112C; }

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

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

border-color css

<style>
 span { border-color: #85112C; }

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

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