#87250F

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

Shades of Falu Red #87250F

Tints of Falu Red #87250F

Color information

#87250F (or 0x87250F) is unknown color: approx Falu Red. HEX triplet: 87, 25 and 0F. RGB value is (135,37,15). Sum of RGB (Red+Green+Blue) = 135+37+15=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #87250F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87250F is #78DAF0. Grayscale: #3F3F3F. Windows color (decimal): -7920369 or 992647. OLE color: 992647.

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

Color convert

RGB1353715-
CMYK00.730.890.47
HSL11º80%29.41%-
HSV(B)11º88.89%52.94%-
XYZ10.746.511.14-
YUV63.79100.47178.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 72.19%
GREEN value IS 37 (14.84% from 255) = 19.79%
BLUE value IS 15 (6.25% from 255) = 8.02%
R=72.19%
G=19.79%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135371500.730.890.47118029.41
Hex8725F049592Fb501d
Octal20745170111131571312035
Binary1000011110010111110100100110110011011111011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87250F; }

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

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

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

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

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

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

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

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