Html Css Color HEX #85092A Burgundy

📋 copy color: '#85092A'

red 133 ◦ green 9 ◦ blue 42

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

Shades of Burgundy #85092A

Tints of Burgundy #85092A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.89%

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

R = 72.28%
G = 4.89%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85092A (or 0x85092A) is known color: Burgundy. HEX triplet: 85, 09 and 2A. RGB value is (133,9,42). Sum of RGB (Red+Green+Blue) = 133+9+42=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #85092A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85092A is #7AF6D5. Grayscale: #313131. Windows color (decimal): -8058582 or 2754949. OLE color: 2754949.

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

Color convert

RGB 133 9 42 -
CMYK 0 0.93 0.68 0.48
HSL 344.03º 0.87% 0.28% -
HSV(B) 344.03º 0.93% 0.52% -
XYZ 10.19 5.35 2.69 -
YUV 49.84 123.58 187.32 -
System Red Green Blue C M Y K H S L
Decimal 133 9 42 0 0.93 0.68 0.48 344.03 0.87 0.28
Hex 85 9 2A 0 5D 44 30 158 57 1C
Octal 205 11 52 0 135 104 60 530 127 34
Binary 10000101 1001 101010 0 1011101 1000100 110000 101011000 1010111 11100

Color Harmonies of #85092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85092A

Black with #85092A

Text Example


Text Example

White with #85092A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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