#871D23

Color #871D23 Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #871D23

Tints of Flame Red #871D23

Color information

#871D23 (or 0x871D23) is unknown color: approx Flame Red. HEX triplet: 87, 1D and 23. RGB value is (135,29,35). Sum of RGB (Red+Green+Blue) = 135+29+35=199 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.84% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 135 - color contains mainly: red. Hex color #871D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871D23 is #78E2DC. Grayscale: #3D3D3D. Windows color (decimal): -7922397 or 2301319. OLE color: 2301319.

HSL color Cylindrical-coordinate representation of color #871D23: hue angle of 356.6º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #871D23 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.47.

Color convert

RGB1352935-
CMYK00.790.740.47
HSL356.6º64.63%32.16%-
HSV(B)356.6º78.52%52.94%-
XYZ10.736.152.21-
YUV61.38113.12180.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 67.84%
GREEN value IS 29 (11.72% from 255) = 14.57%
BLUE value IS 35 (14.06% from 255) = 17.59%
R=67.84%
G=14.57%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.74
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135293500.790.740.47356.664.6332.16
Hex871D2304F4A2F1654120
Octal207354301171125754510140
Binary10000111111011000110100111110010101011111011001011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871D23; }

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

 H1.HeaderClassName
 {
   color: #871D23;
 }
 .AnyTagClassName
 {
   color: #871D23;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #871D23;
 }
 .BgClassName
 {
   background-color: #871D23;
 }
</style>
border-color css

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

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

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