Html Css Color HEX #870D1D Burgundy

📋 copy color: '#870D1D'

red 135 ◦ green 13 ◦ blue 29

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

Shades of Burgundy #870D1D

Tints of Burgundy #870D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.38%

R = 76.27%
G = 7.34%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#870D1D (or 0x870D1D) is known color: Burgundy. HEX triplet: 87, 0D and 1D. RGB value is (135,13,29). Sum of RGB (Red+Green+Blue) = 135+13+29=177 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.27% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 135 - color contains mainly: red. Hex color #870D1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870D1D is #78F2E2. Grayscale: #333333. Windows color (decimal): -7926499 or 1904007. OLE color: 1904007.

HSL color Cylindrical-coordinate representation of color #870D1D: hue angle of 352.13º 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 #870D1D is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 13 29 -
CMYK 0 0.90 0.79 0.47
HSL 352.13º 0.82% 0.29% -
HSV(B) 352.13º 0.9% 0.53% -
XYZ 10.36 5.53 1.68 -
YUV 51.3 115.42 187.7 -
System Red Green Blue C M Y K H S L
Decimal 135 13 29 0 0.90 0.79 0.47 352.13 0.82 0.29
Hex 87 D 1D 0 5A 4F 2F 160 52 1D
Octal 207 15 35 0 132 117 57 540 122 35
Binary 10000111 1101 11101 0 1011010 1001111 101111 101100000 1010010 11101

Color Harmonies of #870D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870D1D

Black with #870D1D

Text Example


Text Example

White with #870D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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