Html Css Color HEX #870D20 Burgundy

📋 copy color: '#870D20'

red 135 ◦ green 13 ◦ blue 32

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

Shades of Burgundy #870D20

Tints of Burgundy #870D20

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.22%

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

R = 75%
G = 7.22%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#870D20 (or 0x870D20) is known color: Burgundy. HEX triplet: 87, 0D and 20. RGB value is (135,13,32). Sum of RGB (Red+Green+Blue) = 135+13+32=180 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 135 - color contains mainly: red. Hex color #870D20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870D20 is #78F2DF. Grayscale: #333333. Windows color (decimal): -7926496 or 2100615. OLE color: 2100615.

HSL color Cylindrical-coordinate representation of color #870D20: hue angle of 350.66º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870D20 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 13 32 -
CMYK 0 0.90 0.76 0.47
HSL 350.66º 0.82% 0.29% -
HSV(B) 350.66º 0.9% 0.53% -
XYZ 10.4 5.54 1.89 -
YUV 51.64 116.92 187.46 -
System Red Green Blue C M Y K H S L
Decimal 135 13 32 0 0.90 0.76 0.47 350.66 0.82 0.29
Hex 87 D 20 0 5A 4C 2F 15F 52 1D
Octal 207 15 40 0 132 114 57 537 122 35
Binary 10000111 1101 100000 0 1011010 1001100 101111 101011111 1010010 11101

Color Harmonies of #870D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870D20

Black with #870D20

Text Example


Text Example

White with #870D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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