#7D250F

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

Shades of Falu Red #7D250F

Tints of Falu Red #7D250F

Color information

#7D250F (or 0x7D250F) is unknown color: approx Falu Red. HEX triplet: 7D, 25 and 0F. RGB value is (125,37,15). Sum of RGB (Red+Green+Blue) = 125+37+15=177 (23% of max value = 765). Red value is 125 (49.22% from 255 or 70.62% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 125 - color contains mainly: red. Hex color #7D250F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D250F is #82DAF0. Grayscale: #3C3C3C. Windows color (decimal): -8575729 or 992637. OLE color: 992637.

HSL color Cylindrical-coordinate representation of color #7D250F: hue angle of 12º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D250F is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB1253715-
CMYK00.700.880.51
HSL12º78.57%27.45%-
HSV(B)12º88%49.02%-
XYZ9.215.721.07-
YUV60.8102.15173.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 70.62%
GREEN value IS 37 (14.84% from 255) = 20.90%
BLUE value IS 15 (6.25% from 255) = 8.47%
R=70.62%
G=20.90%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125371500.700.880.511278.5727.45
Hex7D25F0465833c4f1b
Octal17545170106130631411733
Binary111110110010111110100011010110001100111100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D250F; }

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

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

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

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

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

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

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

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