Html Css Color HEX #87013D Burgundy

📋 copy color: '#87013D'

red 135 ◦ green 1 ◦ blue 61

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

Shades of Burgundy #87013D

Tints of Burgundy #87013D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 61 (24.22% from 255) = 30.96%

R = 68.53%
G = 0.51%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#87013D (or 0x87013D) is known color: Burgundy. HEX triplet: 87, 01 and 3D. RGB value is (135,1,61). Sum of RGB (Red+Green+Blue) = 135+1+61=197 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.53% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 135 - color contains mainly: red. Hex color #87013D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87013D is #78FEC2. Grayscale: #2F2F2F. Windows color (decimal): -7929539 or 3998087. OLE color: 3998087.

HSL color Cylindrical-coordinate representation of color #87013D: hue angle of 333.13º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #87013D is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 1 61 -
CMYK 0 0.99 0.55 0.47
HSL 333.13º 0.99% 0.27% -
HSV(B) 333.13º 0.99% 0.53% -
XYZ 10.84 5.51 4.91 -
YUV 47.91 135.39 190.12 -
System Red Green Blue C M Y K H S L
Decimal 135 1 61 0 0.99 0.55 0.47 333.13 0.99 0.27
Hex 87 1 3D 0 63 37 2F 14D 63 1B
Octal 207 1 75 0 143 67 57 515 143 33
Binary 10000111 1 111101 0 1100011 110111 101111 101001101 1100011 11011

Color Harmonies of #87013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87013D

Black with #87013D

Text Example


Text Example

White with #87013D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87013D; }

 p { color: rgb(135,1,61); }

 H1.HeaderClassName
 {
   color: #87013D;
 }
 .AnyTagClassName
 {
   color: #87013D;
 }
</style>

background-color css

<style>
 a { background-color: #87013D; }

 a { background-color: rgb(135,1,61); }

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

border-color css

<style>
 span { border-color: #87013D; }

 span { border-color: rgb(135,1,61); }

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