Html Css Color HEX #85081A Burgundy

📋 copy color: '#85081A'

red 133 ◦ green 8 ◦ blue 26

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

Shades of Burgundy #85081A

Tints of Burgundy #85081A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.79%

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

R = 79.64%
G = 4.79%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85081A (or 0x85081A) is known color: Burgundy. HEX triplet: 85, 08 and 1A. RGB value is (133,8,26). Sum of RGB (Red+Green+Blue) = 133+8+26=167 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.64% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 133 - color contains mainly: red. Hex color #85081A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85081A is #7AF7E5. Grayscale: #2F2F2F. Windows color (decimal): -8058854 or 1706117. OLE color: 1706117.

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

Color convert

RGB 133 8 26 -
CMYK 0 0.94 0.80 0.48
HSL 351.36º 0.89% 0.28% -
HSV(B) 351.36º 0.94% 0.52% -
XYZ 9.95 5.23 1.46 -
YUV 47.43 115.91 189.04 -
System Red Green Blue C M Y K H S L
Decimal 133 8 26 0 0.94 0.80 0.48 351.36 0.89 0.28
Hex 85 8 1A 0 5E 50 30 15F 59 1C
Octal 205 10 32 0 136 120 60 537 131 34
Binary 10000101 1000 11010 0 1011110 1010000 110000 101011111 1011001 11100

Color Harmonies of #85081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85081A

Black with #85081A

Text Example


Text Example

White with #85081A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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