Html Css Color HEX #85031A Burgundy

📋 copy color: '#85031A'

red 133 ◦ green 3 ◦ blue 26

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

Shades of Burgundy #85031A

Tints of Burgundy #85031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.85%

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

R = 82.1%
G = 1.85%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85031A (or 0x85031A) is known color: Burgundy. HEX triplet: 85, 03 and 1A. RGB value is (133,3,26). Sum of RGB (Red+Green+Blue) = 133+3+26=162 (21% of max value = 765). Red value is 133 (52.34% from 255 or 82.10% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 133 - color contains mainly: red. Hex color #85031A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85031A is #7AFCE5. Grayscale: #2C2C2C. Windows color (decimal): -8060134 or 1704837. OLE color: 1704837.

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

Color convert

RGB 133 3 26 -
CMYK 0 0.98 0.80 0.48
HSL 349.38º 0.96% 0.27% -
HSV(B) 349.38º 0.98% 0.52% -
XYZ 9.89 5.13 1.45 -
YUV 44.49 117.57 191.13 -
System Red Green Blue C M Y K H S L
Decimal 133 3 26 0 0.98 0.80 0.48 349.38 0.96 0.27
Hex 85 3 1A 0 62 50 30 15D 60 1B
Octal 205 3 32 0 142 120 60 535 140 33
Binary 10000101 11 11010 0 1100010 1010000 110000 101011101 1100000 11011

Color Harmonies of #85031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85031A

Black with #85031A

Text Example


Text Example

White with #85031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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