#7D230F

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

Shades of Falu Red #7D230F

Tints of Falu Red #7D230F

Color information

#7D230F (or 0x7D230F) is unknown color: approx Falu Red. HEX triplet: 7D, 23 and 0F. RGB value is (125,35,15). Sum of RGB (Red+Green+Blue) = 125+35+15=175 (23% of max value = 765). Red value is 125 (49.22% from 255 or 71.43% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 125 - color contains mainly: red. Hex color #7D230F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D230F is #82DCF0. Grayscale: #3B3B3B. Windows color (decimal): -8576241 or 992125. OLE color: 992125.

HSL color Cylindrical-coordinate representation of color #7D230F: hue angle of 10.91º 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 #7D230F is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB1253515-
CMYK00.720.880.51
HSL10.91º78.57%27.45%-
HSV(B)10.91º88%49.02%-
XYZ9.145.61.05-
YUV59.63102.82174.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 71.43%
GREEN value IS 35 (14.06% from 255) = 20%
BLUE value IS 15 (6.25% from 255) = 8.57%
R=71.43%
G=20%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125351500.720.880.5110.9178.5727.45
Hex7D23F0485833b4f1b
Octal17543170110130631311733
Binary111110110001111110100100010110001100111011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D230F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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