Html Css Color HEX #870120 Burgundy

📋 copy color: '#870120'

red 135 ◦ green 1 ◦ blue 32

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

Shades of Burgundy #870120

Tints of Burgundy #870120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

 BLUE value IS 32 (12.89% from 255) = 19.05%

R = 80.36%
G = 0.6%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#870120 (or 0x870120) is known color: Burgundy. HEX triplet: 87, 01 and 20. RGB value is (135,1,32). Sum of RGB (Red+Green+Blue) = 135+1+32=168 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.36% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 135 - color contains mainly: red. Hex color #870120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870120 is #78FEDF. Grayscale: #2C2C2C. Windows color (decimal): -7929568 or 2097543. OLE color: 2097543.

HSL color Cylindrical-coordinate representation of color #870120: hue angle of 346.12º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870120 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 1 32 -
CMYK 0 0.99 0.76 0.47
HSL 346.12º 0.99% 0.27% -
HSV(B) 346.12º 0.99% 0.53% -
XYZ 10.26 5.28 1.84 -
YUV 44.6 120.89 192.48 -
System Red Green Blue C M Y K H S L
Decimal 135 1 32 0 0.99 0.76 0.47 346.12 0.99 0.27
Hex 87 1 20 0 63 4C 2F 15A 63 1B
Octal 207 1 40 0 143 114 57 532 143 33
Binary 10000111 1 100000 0 1100011 1001100 101111 101011010 1100011 11011

Color Harmonies of #870120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870120

Black with #870120

Text Example


Text Example

White with #870120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870120; }

 p { color: rgb(135,1,32); }

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

background-color css

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

 a { background-color: rgb(135,1,32); }

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

border-color css

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

 span { border-color: rgb(135,1,32); }

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