Html Css Color HEX #87001D Burgundy

📋 copy color: '#87001D'

red 135 ◦ green 0 ◦ blue 29

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

Shades of Burgundy #87001D

Tints of Burgundy #87001D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 29 (11.72% from 255) = 17.68%

R = 82.32%
G = 0%
B = 17.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#87001D (or 0x87001D) is known color: Burgundy. HEX triplet: 87, 00 and 1D. RGB value is (135,0,29). Sum of RGB (Red+Green+Blue) = 135+0+29=164 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.32% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 135 - color contains mainly: red. Hex color #87001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87001D is #78FFE2. Grayscale: #2B2B2B. Windows color (decimal): -7929827 or 1900679. OLE color: 1900679.

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

Color convert

RGB 135 0 29 -
CMYK 0 1 0.79 0.47
HSL 347.11º 1% 0.26% -
HSV(B) 347.11º 1% 0.53% -
XYZ 10.21 5.24 1.64 -
YUV 43.67 119.73 193.14 -
System Red Green Blue C M Y K H S L
Decimal 135 0 29 0 1 0.79 0.47 347.11 1 0.26
Hex 87 0 1D 0 64 4F 2F 15B 64 1A
Octal 207 0 35 0 144 117 57 533 144 32
Binary 10000111 0 11101 0 1100100 1001111 101111 101011011 1100100 11010

Color Harmonies of #87001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87001D

Black with #87001D

Text Example


Text Example

White with #87001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,0,29); }

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

background-color css

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

 a { background-color: rgb(135,0,29); }

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

border-color css

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

 span { border-color: rgb(135,0,29); }

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