Html Css Color HEX #87012D Burgundy

📋 copy color: '#87012D'

red 135 ◦ green 1 ◦ blue 45

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

Shades of Burgundy #87012D

Tints of Burgundy #87012D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.86%

R = 74.59%
G = 0.55%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#87012D (or 0x87012D) is known color: Burgundy. HEX triplet: 87, 01 and 2D. RGB value is (135,1,45). Sum of RGB (Red+Green+Blue) = 135+1+45=181 (23% of max value = 765). Red value is 135 (53.12% from 255 or 74.59% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 135 - color contains mainly: red. Hex color #87012D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87012D is #78FED2. Grayscale: #2E2E2E. Windows color (decimal): -7929555 or 2949511. OLE color: 2949511.

HSL color Cylindrical-coordinate representation of color #87012D: hue angle of 340.3º 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 #87012D is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 1 45 -
CMYK 0 0.99 0.67 0.47
HSL 340.3º 0.99% 0.27% -
HSV(B) 340.3º 0.99% 0.53% -
XYZ 10.48 5.36 2.97 -
YUV 46.08 127.39 191.42 -
System Red Green Blue C M Y K H S L
Decimal 135 1 45 0 0.99 0.67 0.47 340.3 0.99 0.27
Hex 87 1 2D 0 63 43 2F 154 63 1B
Octal 207 1 55 0 143 103 57 524 143 33
Binary 10000111 1 101101 0 1100011 1000011 101111 101010100 1100011 11011

Color Harmonies of #87012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87012D

Black with #87012D

Text Example


Text Example

White with #87012D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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