#87250B

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

Shades of Falu Red #87250B

Tints of Falu Red #87250B

Color information

#87250B (or 0x87250B) is unknown color: approx Falu Red. HEX triplet: 87, 25 and 0B. RGB value is (135,37,11). Sum of RGB (Red+Green+Blue) = 135+37+11=183 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.77% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 135 - color contains mainly: red. Hex color #87250B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87250B is #78DAF4. Grayscale: #3F3F3F. Windows color (decimal): -7920373 or 730503. OLE color: 730503.

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

Color convert

RGB1353711-
CMYK00.730.920.47
HSL12.58º84.93%28.63%-
HSV(B)12.58º91.85%52.94%-
XYZ10.716.51.01-
YUV63.3498.47179.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 73.77%
GREEN value IS 37 (14.84% from 255) = 20.22%
BLUE value IS 11 (4.69% from 255) = 6.01%
R=73.77%
G=20.22%
B=6.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135371100.730.920.4712.5884.9328.63
Hex8725B0495C2Fd551d
Octal20745130111134571512535
Binary1000011110010110110100100110111001011111101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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