#871921

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

Shades of Flame Red #871921

Tints of Flame Red #871921

Color information

#871921 (or 0x871921) is unknown color: approx Flame Red. HEX triplet: 87, 19 and 21. RGB value is (135,25,33). Sum of RGB (Red+Green+Blue) = 135+25+33=193 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.95% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 135 - color contains mainly: red. Hex color #871921 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871921 is #78E6DE. Grayscale: #3A3A3A. Windows color (decimal): -7923423 or 2169223. OLE color: 2169223.

HSL color Cylindrical-coordinate representation of color #871921: hue angle of 355.64º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871921 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB1352533-
CMYK00.810.760.47
HSL355.64º68.75%31.37%-
HSV(B)355.64º81.48%52.94%-
XYZ10.615.962.03-
YUV58.8113.44182.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 69.95%
GREEN value IS 25 (10.16% from 255) = 12.95%
BLUE value IS 33 (13.28% from 255) = 17.10%
R=69.95%
G=12.95%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135253300.810.760.47355.6468.7531.37
Hex8719210514C2F164451f
Octal207314101211145754410537
Binary1000011111001100001010100011001100101111101100100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871921; }

 p { color: rgb(135,25,33); }

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

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

 a { background-color: rgb(135,25,33); }

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

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

 span { border-color: rgb(135,25,33); }

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