Html Css Color HEX #87012F Burgundy

📋 copy color: '#87012F'

red 135 ◦ green 1 ◦ blue 47

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

Shades of Burgundy #87012F

Tints of Burgundy #87012F

RGB

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

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

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

R = 73.77%
G = 0.55%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#87012F (or 0x87012F) is known color: Burgundy. HEX triplet: 87, 01 and 2F. RGB value is (135,1,47). Sum of RGB (Red+Green+Blue) = 135+1+47=183 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.77% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 135 - color contains mainly: red. Hex color #87012F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87012F is #78FED0. Grayscale: #2E2E2E. Windows color (decimal): -7929553 or 3080583. OLE color: 3080583.

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

Color convert

RGB 135 1 47 -
CMYK 0 0.99 0.65 0.47
HSL 339.4º 0.99% 0.27% -
HSV(B) 339.4º 0.99% 0.53% -
XYZ 10.52 5.38 3.17 -
YUV 46.31 128.39 191.26 -
System Red Green Blue C M Y K H S L
Decimal 135 1 47 0 0.99 0.65 0.47 339.4 0.99 0.27
Hex 87 1 2F 0 63 41 2F 153 63 1B
Octal 207 1 57 0 143 101 57 523 143 33
Binary 10000111 1 101111 0 1100011 1000001 101111 101010011 1100011 11011

Color Harmonies of #87012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87012F

Black with #87012F

Text Example


Text Example

White with #87012F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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