Html Css Color HEX #870D1A Burgundy

📋 copy color: '#870D1A'

red 135 ◦ green 13 ◦ blue 26

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

Shades of Burgundy #870D1A

Tints of Burgundy #870D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.94%

R = 77.59%
G = 7.47%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#870D1A (or 0x870D1A) is known color: Burgundy. HEX triplet: 87, 0D and 1A. RGB value is (135,13,26). Sum of RGB (Red+Green+Blue) = 135+13+26=174 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.59% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 135 - color contains mainly: red. Hex color #870D1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870D1A is #78F2E5. Grayscale: #333333. Windows color (decimal): -7926502 or 1707399. OLE color: 1707399.

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

Color convert

RGB 135 13 26 -
CMYK 0 0.90 0.81 0.47
HSL 353.61º 0.82% 0.29% -
HSV(B) 353.61º 0.9% 0.53% -
XYZ 10.32 5.51 1.5 -
YUV 50.96 113.92 187.94 -
System Red Green Blue C M Y K H S L
Decimal 135 13 26 0 0.90 0.81 0.47 353.61 0.82 0.29
Hex 87 D 1A 0 5A 51 2F 162 52 1D
Octal 207 15 32 0 132 121 57 542 122 35
Binary 10000111 1101 11010 0 1011010 1010001 101111 101100010 1010010 11101

Color Harmonies of #870D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870D1A

Black with #870D1A

Text Example


Text Example

White with #870D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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