Html Css Color HEX #870D2F Burgundy

📋 copy color: '#870D2F'

red 135 ◦ green 13 ◦ blue 47

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

Shades of Burgundy #870D2F

Tints of Burgundy #870D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.1%

R = 69.23%
G = 6.67%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#870D2F (or 0x870D2F) is known color: Burgundy. HEX triplet: 87, 0D and 2F. RGB value is (135,13,47). Sum of RGB (Red+Green+Blue) = 135+13+47=195 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.23% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 135 - color contains mainly: red. Hex color #870D2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870D2F is #78F2D0. Grayscale: #353535. Windows color (decimal): -7926481 or 3083655. OLE color: 3083655.

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

Color convert

RGB 135 13 47 -
CMYK 0 0.90 0.65 0.47
HSL 343.28º 0.82% 0.29% -
HSV(B) 343.28º 0.9% 0.53% -
XYZ 10.65 5.64 3.22 -
YUV 53.35 124.42 186.24 -
System Red Green Blue C M Y K H S L
Decimal 135 13 47 0 0.90 0.65 0.47 343.28 0.82 0.29
Hex 87 D 2F 0 5A 41 2F 157 52 1D
Octal 207 15 57 0 132 101 57 527 122 35
Binary 10000111 1101 101111 0 1011010 1000001 101111 101010111 1010010 11101

Color Harmonies of #870D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870D2F

Black with #870D2F

Text Example


Text Example

White with #870D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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