#7A231C

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

Shades of Falu Red #7A231C

Tints of Falu Red #7A231C

Color information

#7A231C (or 0x7A231C) is unknown color: approx Falu Red. HEX triplet: 7A, 23 and 1C. RGB value is (122,35,28). Sum of RGB (Red+Green+Blue) = 122+35+28=185 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.95% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 122 - color contains mainly: red. Hex color #7A231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A231C is #85DCE3. Grayscale: #3C3C3C. Windows color (decimal): -8772836 or 1844090. OLE color: 1844090.

HSL color Cylindrical-coordinate representation of color #7A231C: hue angle of 4.47º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A231C is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB1223528-
CMYK00.710.770.52
HSL4.47º62.67%29.41%-
HSV(B)4.47º77.05%47.84%-
XYZ8.845.421.68-
YUV60.22109.82172.07-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 65.95%
GREEN value IS 35 (14.06% from 255) = 18.92%
BLUE value IS 28 (11.33% from 255) = 15.14%
R=65.95%
G=18.92%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122352800.710.770.524.4762.6729.41
Hex7A231C0474D3443f1d
Octal172433401071156447735
Binary11110101000111110001000111100110111010010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,35,28); }

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

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

 a { background-color: rgb(122,35,28); }

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

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

 span { border-color: rgb(122,35,28); }

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