Html Css Color HEX #87092A Burgundy

📋 copy color: '#87092A'

red 135 ◦ green 9 ◦ blue 42

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

Shades of Burgundy #87092A

Tints of Burgundy #87092A

RGB

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

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

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

R = 72.58%
G = 4.84%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#87092A (or 0x87092A) is known color: Burgundy. HEX triplet: 87, 09 and 2A. RGB value is (135,9,42). Sum of RGB (Red+Green+Blue) = 135+9+42=186 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.58% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 135 - color contains mainly: red. Hex color #87092A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87092A is #78F6D5. Grayscale: #323232. Windows color (decimal): -7927510 or 2754951. OLE color: 2754951.

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

Color convert

RGB 135 9 42 -
CMYK 0 0.93 0.69 0.47
HSL 344.29º 0.88% 0.28% -
HSV(B) 344.29º 0.93% 0.53% -
XYZ 10.51 5.51 2.7 -
YUV 50.44 123.24 188.32 -
System Red Green Blue C M Y K H S L
Decimal 135 9 42 0 0.93 0.69 0.47 344.29 0.88 0.28
Hex 87 9 2A 0 5D 45 2F 158 58 1C
Octal 207 11 52 0 135 105 57 530 130 34
Binary 10000111 1001 101010 0 1011101 1000101 101111 101011000 1011000 11100

Color Harmonies of #87092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87092A

Black with #87092A

Text Example


Text Example

White with #87092A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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