Html Css Color HEX #85121A Burgundy

📋 copy color: '#85121A'

red 133 ◦ green 18 ◦ blue 26

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

Shades of Burgundy #85121A

Tints of Burgundy #85121A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.17%

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

R = 75.14%
G = 10.17%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85121A (or 0x85121A) is known color: Burgundy. HEX triplet: 85, 12 and 1A. RGB value is (133,18,26). Sum of RGB (Red+Green+Blue) = 133+18+26=177 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.14% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 133 - color contains mainly: red. Hex color #85121A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85121A is #7AEDE5. Grayscale: #353535. Windows color (decimal): -8056294 or 1708677. OLE color: 1708677.

HSL color Cylindrical-coordinate representation of color #85121A: hue angle of 355.83º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85121A is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 18 26 -
CMYK 0 0.86 0.80 0.48
HSL 355.83º 0.76% 0.3% -
HSV(B) 355.83º 0.86% 0.52% -
XYZ 10.08 5.49 1.51 -
YUV 53.3 112.6 184.85 -
System Red Green Blue C M Y K H S L
Decimal 133 18 26 0 0.86 0.80 0.48 355.83 0.76 0.3
Hex 85 12 1A 0 56 50 30 164 4C 1E
Octal 205 22 32 0 126 120 60 544 114 36
Binary 10000101 10010 11010 0 1010110 1010000 110000 101100100 1001100 11110

Color Harmonies of #85121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85121A

Black with #85121A

Text Example


Text Example

White with #85121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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