Html Css Color HEX #85053A Burgundy

📋 copy color: '#85053A'

red 133 ◦ green 5 ◦ blue 58

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

Shades of Burgundy #85053A

Tints of Burgundy #85053A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 29.59%

R = 67.86%
G = 2.55%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85053A (or 0x85053A) is known color: Burgundy. HEX triplet: 85, 05 and 3A. RGB value is (133,5,58). Sum of RGB (Red+Green+Blue) = 133+5+58=196 (25% of max value = 765). Red value is 133 (52.34% from 255 or 67.86% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 133 - color contains mainly: red. Hex color #85053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85053A is #7AFAC5. Grayscale: #313131. Windows color (decimal): -8059590 or 3802501. OLE color: 3802501.

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

Color convert

RGB 133 5 58 -
CMYK 0 0.96 0.56 0.48
HSL 335.16º 0.93% 0.27% -
HSV(B) 335.16º 0.96% 0.52% -
XYZ 10.49 5.4 4.49 -
YUV 49.31 132.91 187.69 -
System Red Green Blue C M Y K H S L
Decimal 133 5 58 0 0.96 0.56 0.48 335.16 0.93 0.27
Hex 85 5 3A 0 60 38 30 14F 5D 1B
Octal 205 5 72 0 140 70 60 517 135 33
Binary 10000101 101 111010 0 1100000 111000 110000 101001111 1011101 11011

Color Harmonies of #85053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85053A

Black with #85053A

Text Example


Text Example

White with #85053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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