Html Css Color HEX #85082A Burgundy

📋 copy color: '#85082A'

red 133 ◦ green 8 ◦ blue 42

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

Shades of Burgundy #85082A

Tints of Burgundy #85082A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.37%

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

R = 72.68%
G = 4.37%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85082A (or 0x85082A) is known color: Burgundy. HEX triplet: 85, 08 and 2A. RGB value is (133,8,42). Sum of RGB (Red+Green+Blue) = 133+8+42=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #85082A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85082A is #7AF7D5. Grayscale: #313131. Windows color (decimal): -8058838 or 2754693. OLE color: 2754693.

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

Color convert

RGB 133 8 42 -
CMYK 0 0.94 0.68 0.48
HSL 343.68º 0.89% 0.28% -
HSV(B) 343.68º 0.94% 0.52% -
XYZ 10.18 5.33 2.68 -
YUV 49.25 123.91 187.74 -
System Red Green Blue C M Y K H S L
Decimal 133 8 42 0 0.94 0.68 0.48 343.68 0.89 0.28
Hex 85 8 2A 0 5E 44 30 158 59 1C
Octal 205 10 52 0 136 104 60 530 131 34
Binary 10000101 1000 101010 0 1011110 1000100 110000 101011000 1011001 11100

Color Harmonies of #85082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85082A

Black with #85082A

Text Example


Text Example

White with #85082A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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