#7B230A

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

Shades of Falu Red #7B230A

Tints of Falu Red #7B230A

Color information

#7B230A (or 0x7B230A) is unknown color: approx Falu Red. HEX triplet: 7B, 23 and 0A. RGB value is (123,35,10). Sum of RGB (Red+Green+Blue) = 123+35+10=168 (22% of max value = 765). Red value is 123 (48.44% from 255 or 73.21% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 123 - color contains mainly: red. Hex color #7B230A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B230A is #84DCF5. Grayscale: #3A3A3A. Windows color (decimal): -8707318 or 664443. OLE color: 664443.

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

Color convert

RGB1233510-
CMYK00.720.920.52
HSL13.27º84.96%26.08%-
HSV(B)13.27º91.87%48.24%-
XYZ8.825.430.87-
YUV58.46100.65174.03-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 73.21%
GREEN value IS 35 (14.06% from 255) = 20.83%
BLUE value IS 10 (4.30% from 255) = 5.95%
R=73.21%
G=20.83%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.92
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123351000.720.920.5213.2784.9626.08
Hex7B23A0485C34d551a
Octal17343120110134641512532
Binary111101110001110100100100010111001101001101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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