Html Css Color HEX #870D3C Burgundy

📋 copy color: '#870D3C'

red 135 ◦ green 13 ◦ blue 60

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

Shades of Burgundy #870D3C

Tints of Burgundy #870D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.85%

R = 64.9%
G = 6.25%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#870D3C (or 0x870D3C) is known color: Burgundy. HEX triplet: 87, 0D and 3C. RGB value is (135,13,60). Sum of RGB (Red+Green+Blue) = 135+13+60=208 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.90% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 135 - color contains mainly: red. Hex color #870D3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870D3C is #78F2C3. Grayscale: #363636. Windows color (decimal): -7926468 or 3935623. OLE color: 3935623.

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

Color convert

RGB 135 13 60 -
CMYK 0 0.90 0.56 0.47
HSL 336.89º 0.82% 0.29% -
HSV(B) 336.89º 0.9% 0.53% -
XYZ 10.95 5.76 4.81 -
YUV 54.84 130.92 185.18 -
System Red Green Blue C M Y K H S L
Decimal 135 13 60 0 0.90 0.56 0.47 336.89 0.82 0.29
Hex 87 D 3C 0 5A 38 2F 151 52 1D
Octal 207 15 74 0 132 70 57 521 122 35
Binary 10000111 1101 111100 0 1011010 111000 101111 101010001 1010010 11101

Color Harmonies of #870D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870D3C

Black with #870D3C

Text Example


Text Example

White with #870D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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