Html Css Color HEX #85141C Burgundy

📋 copy color: '#85141C'

red 133 ◦ green 20 ◦ blue 28

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

Shades of Burgundy #85141C

Tints of Burgundy #85141C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.05%

 BLUE value IS 28 (11.33% from 255) = 15.47%

R = 73.48%
G = 11.05%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#85141C (or 0x85141C) is known color: Burgundy. HEX triplet: 85, 14 and 1C. RGB value is (133,20,28). Sum of RGB (Red+Green+Blue) = 133+20+28=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #85141C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85141C is #7AEBE3. Grayscale: #363636. Windows color (decimal): -8055780 or 1840261. OLE color: 1840261.

HSL color Cylindrical-coordinate representation of color #85141C: hue angle of 355.75º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85141C is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 20 28 -
CMYK 0 0.85 0.79 0.48
HSL 355.75º 0.74% 0.3% -
HSV(B) 355.75º 0.85% 0.52% -
XYZ 10.13 5.57 1.64 -
YUV 54.7 112.94 183.85 -
System Red Green Blue C M Y K H S L
Decimal 133 20 28 0 0.85 0.79 0.48 355.75 0.74 0.3
Hex 85 14 1C 0 55 4F 30 164 4A 1E
Octal 205 24 34 0 125 117 60 544 112 36
Binary 10000101 10100 11100 0 1010101 1001111 110000 101100100 1001010 11110

Color Harmonies of #85141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85141C

Black with #85141C

Text Example


Text Example

White with #85141C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,20,28); }

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

background-color css

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

 a { background-color: rgb(133,20,28); }

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

border-color css

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

 span { border-color: rgb(133,20,28); }

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