Html Css Color HEX #85032A Burgundy

📋 copy color: '#85032A'

red 133 ◦ green 3 ◦ blue 42

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

Shades of Burgundy #85032A

Tints of Burgundy #85032A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 23.6%

R = 74.72%
G = 1.69%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85032A (or 0x85032A) is known color: Burgundy. HEX triplet: 85, 03 and 2A. RGB value is (133,3,42). Sum of RGB (Red+Green+Blue) = 133+3+42=178 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.72% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 133 - color contains mainly: red. Hex color #85032A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85032A is #7AFCD5. Grayscale: #2E2E2E. Windows color (decimal): -8060118 or 2753413. OLE color: 2753413.

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

Color convert

RGB 133 3 42 -
CMYK 0 0.98 0.68 0.48
HSL 342º 0.96% 0.27% -
HSV(B) 342º 0.98% 0.52% -
XYZ 10.12 5.22 2.66 -
YUV 46.32 125.57 189.83 -
System Red Green Blue C M Y K H S L
Decimal 133 3 42 0 0.98 0.68 0.48 342 0.96 0.27
Hex 85 3 2A 0 62 44 30 156 60 1B
Octal 205 3 52 0 142 104 60 526 140 33
Binary 10000101 11 101010 0 1100010 1000100 110000 101010110 1100000 11011

Color Harmonies of #85032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85032A

Black with #85032A

Text Example


Text Example

White with #85032A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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