Html Css Color HEX #85082D Burgundy

📋 copy color: '#85082D'

red 133 ◦ green 8 ◦ blue 45

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

Shades of Burgundy #85082D

Tints of Burgundy #85082D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.19%

R = 71.51%
G = 4.3%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#85082D (or 0x85082D) is known color: Burgundy. HEX triplet: 85, 08 and 2D. RGB value is (133,8,45). Sum of RGB (Red+Green+Blue) = 133+8+45=186 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.51% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 133 - color contains mainly: red. Hex color #85082D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85082D is #7AF7D2. Grayscale: #313131. Windows color (decimal): -8058835 or 2951301. OLE color: 2951301.

HSL color Cylindrical-coordinate representation of color #85082D: hue angle of 342.24º 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 #85082D is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 8 45 -
CMYK 0 0.94 0.66 0.48
HSL 342.24º 0.89% 0.28% -
HSV(B) 342.24º 0.94% 0.52% -
XYZ 10.23 5.35 2.98 -
YUV 49.59 125.41 187.49 -
System Red Green Blue C M Y K H S L
Decimal 133 8 45 0 0.94 0.66 0.48 342.24 0.89 0.28
Hex 85 8 2D 0 5E 42 30 156 59 1C
Octal 205 10 55 0 136 102 60 526 131 34
Binary 10000101 1000 101101 0 1011110 1000010 110000 101010110 1011001 11100

Color Harmonies of #85082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85082D

Black with #85082D

Text Example


Text Example

White with #85082D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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