#871B25

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

Shades of Flame Red #871B25

Tints of Flame Red #871B25

Color information

#871B25 (or 0x871B25) is unknown color: approx Flame Red. HEX triplet: 87, 1B and 25. RGB value is (135,27,37). Sum of RGB (Red+Green+Blue) = 135+27+37=199 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.84% from 199); Green value is 27 (10.94% from 255 or 13.57% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 135 - color contains mainly: red. Hex color #871B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871B25 is #78E4DA. Grayscale: #3C3C3C. Windows color (decimal): -7922907 or 2431879. OLE color: 2431879.

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

Color convert

RGB1352737-
CMYK00.80.730.47
HSL354.44º66.67%31.76%-
HSV(B)354.44º80%52.94%-
XYZ10.726.072.36-
YUV60.43114.78181.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 67.84%
GREEN value IS 27 (10.94% from 255) = 13.57%
BLUE value IS 37 (14.84% from 255) = 18.59%
R=67.84%
G=13.57%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135273700.80.730.47354.4466.6731.76
Hex871B25050492F1624320
Octal207334501201115754210340
Binary10000111110111001010101000010010011011111011000101000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,27,37); }

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

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

 a { background-color: rgb(135,27,37); }

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

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

 span { border-color: rgb(135,27,37); }

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