Html Css Color HEX #85053C Burgundy

📋 copy color: '#85053C'

red 133 ◦ green 5 ◦ blue 60

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

Shades of Burgundy #85053C

Tints of Burgundy #85053C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.53%

 BLUE value IS 60 (23.83% from 255) = 30.3%

R = 67.17%
G = 2.53%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#85053C (or 0x85053C) is known color: Burgundy. HEX triplet: 85, 05 and 3C. RGB value is (133,5,60). Sum of RGB (Red+Green+Blue) = 133+5+60=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #85053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85053C is #7AFAC3. Grayscale: #313131. Windows color (decimal): -8059588 or 3933573. OLE color: 3933573.

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

Color convert

RGB 133 5 60 -
CMYK 0 0.96 0.55 0.48
HSL 334.22º 0.93% 0.27% -
HSV(B) 334.22º 0.96% 0.52% -
XYZ 10.54 5.42 4.77 -
YUV 49.54 133.91 187.53 -
System Red Green Blue C M Y K H S L
Decimal 133 5 60 0 0.96 0.55 0.48 334.22 0.93 0.27
Hex 85 5 3C 0 60 37 30 14E 5D 1B
Octal 205 5 74 0 140 67 60 516 135 33
Binary 10000101 101 111100 0 1100000 110111 110000 101001110 1011101 11011

Color Harmonies of #85053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85053C

Black with #85053C

Text Example


Text Example

White with #85053C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85053C; }

 p { color: rgb(133,5,60); }

 H1.HeaderClassName
 {
   color: #85053C;
 }
 .AnyTagClassName
 {
   color: #85053C;
 }
</style>

background-color css

<style>
 a { background-color: #85053C; }

 a { background-color: rgb(133,5,60); }

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

border-color css

<style>
 span { border-color: #85053C; }

 span { border-color: rgb(133,5,60); }

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