Html Css Color HEX #87082A Burgundy

📋 copy color: '#87082A'

red 135 ◦ green 8 ◦ blue 42

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

Shades of Burgundy #87082A

Tints of Burgundy #87082A

RGB

 RED value IS 135 (53.13% from 255) = 72.97%

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

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

R = 72.97%
G = 4.32%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#87082A (or 0x87082A) is known color: Burgundy. HEX triplet: 87, 08 and 2A. RGB value is (135,8,42). Sum of RGB (Red+Green+Blue) = 135+8+42=185 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.97% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 135 - color contains mainly: red. Hex color #87082A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87082A is #78F7D5. Grayscale: #313131. Windows color (decimal): -7927766 or 2754695. OLE color: 2754695.

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

Color convert

RGB 135 8 42 -
CMYK 0 0.94 0.69 0.47
HSL 343.94º 0.89% 0.28% -
HSV(B) 343.94º 0.94% 0.53% -
XYZ 10.5 5.49 2.7 -
YUV 49.85 123.58 188.74 -
System Red Green Blue C M Y K H S L
Decimal 135 8 42 0 0.94 0.69 0.47 343.94 0.89 0.28
Hex 87 8 2A 0 5E 45 2F 158 59 1C
Octal 207 10 52 0 136 105 57 530 131 34
Binary 10000111 1000 101010 0 1011110 1000101 101111 101011000 1011001 11100

Color Harmonies of #87082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87082A

Black with #87082A

Text Example


Text Example

White with #87082A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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