Html Css Color HEX #85141B Burgundy

📋 copy color: '#85141B'

red 133 ◦ green 20 ◦ blue 27

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

Shades of Burgundy #85141B

Tints of Burgundy #85141B

RGB

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

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

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

R = 73.89%
G = 11.11%
B = 15%

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

#85141B (or 0x85141B) is known color: Burgundy. HEX triplet: 85, 14 and 1B. RGB value is (133,20,27). Sum of RGB (Red+Green+Blue) = 133+20+27=180 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.89% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 133 - color contains mainly: red. Hex color #85141B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85141B is #7AEBE4. Grayscale: #363636. Windows color (decimal): -8055781 or 1774725. OLE color: 1774725.

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

Color convert

RGB 133 20 27 -
CMYK 0 0.85 0.80 0.48
HSL 356.28º 0.74% 0.3% -
HSV(B) 356.28º 0.85% 0.52% -
XYZ 10.12 5.57 1.58 -
YUV 54.59 112.44 183.93 -
System Red Green Blue C M Y K H S L
Decimal 133 20 27 0 0.85 0.80 0.48 356.28 0.74 0.3
Hex 85 14 1B 0 55 50 30 164 4A 1E
Octal 205 24 33 0 125 120 60 544 112 36
Binary 10000101 10100 11011 0 1010101 1010000 110000 101100100 1001010 11110

Color Harmonies of #85141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85141B

Black with #85141B

Text Example


Text Example

White with #85141B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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