Html Css Color HEX #871030 Burgundy

📋 copy color: '#871030'

red 135 ◦ green 16 ◦ blue 48

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

Shades of Burgundy #871030

Tints of Burgundy #871030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.04%

 BLUE value IS 48 (19.14% from 255) = 24.12%

R = 67.84%
G = 8.04%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#871030 (or 0x871030) is known color: Burgundy. HEX triplet: 87, 10 and 30. RGB value is (135,16,48). Sum of RGB (Red+Green+Blue) = 135+16+48=199 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.84% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 135 - color contains mainly: red. Hex color #871030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871030 is #78EFCF. Grayscale: #373737. Windows color (decimal): -7925712 or 3149959. OLE color: 3149959.

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

Color convert

RGB 135 16 48 -
CMYK 0 0.88 0.64 0.47
HSL 343.87º 0.79% 0.3% -
HSV(B) 343.87º 0.88% 0.53% -
XYZ 10.71 5.73 3.34 -
YUV 55.23 123.92 184.9 -
System Red Green Blue C M Y K H S L
Decimal 135 16 48 0 0.88 0.64 0.47 343.87 0.79 0.3
Hex 87 10 30 0 58 40 2F 158 4F 1E
Octal 207 20 60 0 130 100 57 530 117 36
Binary 10000111 10000 110000 0 1011000 1000000 101111 101011000 1001111 11110

Color Harmonies of #871030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871030

Black with #871030

Text Example


Text Example

White with #871030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871030; }

 p { color: rgb(135,16,48); }

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

background-color css

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

 a { background-color: rgb(135,16,48); }

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

border-color css

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

 span { border-color: rgb(135,16,48); }

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