#7D230A

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

Shades of Falu Red #7D230A

Tints of Falu Red #7D230A

Color information

#7D230A (or 0x7D230A) is unknown color: approx Falu Red. HEX triplet: 7D, 23 and 0A. RGB value is (125,35,10). Sum of RGB (Red+Green+Blue) = 125+35+10=170 (22% of max value = 765). Red value is 125 (49.22% from 255 or 73.53% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 125 - color contains mainly: red. Hex color #7D230A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D230A is #82DCF5. Grayscale: #3B3B3B. Windows color (decimal): -8576246 or 664445. OLE color: 664445.

HSL color Cylindrical-coordinate representation of color #7D230A: hue angle of 13.04º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D230A is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.51.

Color convert

RGB1253510-
CMYK00.720.920.51
HSL13.04º85.19%26.47%-
HSV(B)13.04º92%49.02%-
XYZ9.115.580.88-
YUV59.06100.32175.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 73.53%
GREEN value IS 35 (14.06% from 255) = 20.59%
BLUE value IS 10 (4.30% from 255) = 5.88%
R=73.53%
G=20.59%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.92
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125351000.720.920.5113.0485.1926.47
Hex7D23A0485C33d551a
Octal17543120110134631512532
Binary111110110001110100100100010111001100111101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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