Html Css Color HEX #870D2B Burgundy

📋 copy color: '#870D2B'

red 135 ◦ green 13 ◦ blue 43

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

Shades of Burgundy #870D2B

Tints of Burgundy #870D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.51%

R = 70.68%
G = 6.81%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#870D2B (or 0x870D2B) is known color: Burgundy. HEX triplet: 87, 0D and 2B. RGB value is (135,13,43). Sum of RGB (Red+Green+Blue) = 135+13+43=191 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.68% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 135 - color contains mainly: red. Hex color #870D2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870D2B is #78F2D4. Grayscale: #343434. Windows color (decimal): -7926485 or 2821511. OLE color: 2821511.

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

Color convert

RGB 135 13 43 -
CMYK 0 0.90 0.68 0.47
HSL 345.25º 0.82% 0.29% -
HSV(B) 345.25º 0.9% 0.53% -
XYZ 10.57 5.61 2.81 -
YUV 52.9 122.42 186.56 -
System Red Green Blue C M Y K H S L
Decimal 135 13 43 0 0.90 0.68 0.47 345.25 0.82 0.29
Hex 87 D 2B 0 5A 44 2F 159 52 1D
Octal 207 15 53 0 132 104 57 531 122 35
Binary 10000111 1101 101011 0 1011010 1000100 101111 101011001 1010010 11101

Color Harmonies of #870D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870D2B

Black with #870D2B

Text Example


Text Example

White with #870D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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