Html Css Color HEX #85141A Burgundy

📋 copy color: '#85141A'

red 133 ◦ green 20 ◦ blue 26

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

Shades of Burgundy #85141A

Tints of Burgundy #85141A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.53%

R = 74.3%
G = 11.17%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85141A (or 0x85141A) is known color: Burgundy. HEX triplet: 85, 14 and 1A. RGB value is (133,20,26). Sum of RGB (Red+Green+Blue) = 133+20+26=179 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.30% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 133 - color contains mainly: red. Hex color #85141A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85141A is #7AEBE5. Grayscale: #363636. Windows color (decimal): -8055782 or 1709189. OLE color: 1709189.

HSL color Cylindrical-coordinate representation of color #85141A: hue angle of 356.81º 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 #85141A is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 20 26 -
CMYK 0 0.85 0.80 0.48
HSL 356.81º 0.74% 0.3% -
HSV(B) 356.81º 0.85% 0.52% -
XYZ 10.11 5.56 1.52 -
YUV 54.47 111.94 184.01 -
System Red Green Blue C M Y K H S L
Decimal 133 20 26 0 0.85 0.80 0.48 356.81 0.74 0.3
Hex 85 14 1A 0 55 50 30 165 4A 1E
Octal 205 24 32 0 125 120 60 545 112 36
Binary 10000101 10100 11010 0 1010101 1010000 110000 101100101 1001010 11110

Color Harmonies of #85141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85141A

Black with #85141A

Text Example


Text Example

White with #85141A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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