Html Css Color HEX #87041C Burgundy

📋 copy color: '#87041C'

red 135 ◦ green 4 ◦ blue 28

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

Shades of Burgundy #87041C

Tints of Burgundy #87041C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.4%

 BLUE value IS 28 (11.33% from 255) = 16.77%

R = 80.84%
G = 2.4%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#87041C (or 0x87041C) is known color: Burgundy. HEX triplet: 87, 04 and 1C. RGB value is (135,4,28). Sum of RGB (Red+Green+Blue) = 135+4+28=167 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.84% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 135 - color contains mainly: red. Hex color #87041C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87041C is #78FBE3. Grayscale: #2D2D2D. Windows color (decimal): -7928804 or 1836167. OLE color: 1836167.

HSL color Cylindrical-coordinate representation of color #87041C: hue angle of 349.01º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #87041C is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 4 28 -
CMYK 0 0.97 0.79 0.47
HSL 349.01º 0.94% 0.27% -
HSV(B) 349.01º 0.97% 0.53% -
XYZ 10.24 5.32 1.59 -
YUV 45.91 117.9 191.55 -
System Red Green Blue C M Y K H S L
Decimal 135 4 28 0 0.97 0.79 0.47 349.01 0.94 0.27
Hex 87 4 1C 0 61 4F 2F 15D 5E 1B
Octal 207 4 34 0 141 117 57 535 136 33
Binary 10000111 100 11100 0 1100001 1001111 101111 101011101 1011110 11011

Color Harmonies of #87041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87041C

Black with #87041C

Text Example


Text Example

White with #87041C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87041C; }

 p { color: rgb(135,4,28); }

 H1.HeaderClassName
 {
   color: #87041C;
 }
 .AnyTagClassName
 {
   color: #87041C;
 }
</style>

background-color css

<style>
 a { background-color: #87041C; }

 a { background-color: rgb(135,4,28); }

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

border-color css

<style>
 span { border-color: #87041C; }

 span { border-color: rgb(135,4,28); }

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