#7A1C03

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

Shades of Falu Red #7A1C03

Tints of Falu Red #7A1C03

Color information

#7A1C03 (or 0x7A1C03) is unknown color: approx Falu Red. HEX triplet: 7A, 1C and 03. RGB value is (122,28,3). Sum of RGB (Red+Green+Blue) = 122+28+3=153 (20% of max value = 765). Red value is 122 (48.05% from 255 or 79.74% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A1C03 is #85E3FC. Grayscale: #353535. Windows color (decimal): -8774653 or 203898. OLE color: 203898.

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

Color convert

RGB122283-
CMYK00.770.980.52
HSL12.61º95.2%24.51%-
HSV(B)12.61º97.54%47.84%-
XYZ8.464.970.6-
YUV53.2699.64177.03-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 79.74%
GREEN value IS 28 (11.33% from 255) = 18.30%
BLUE value IS 3 (1.56% from 255) = 1.96%
R=79.74%
G=18.30%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12228300.770.980.5212.6195.224.51
Hex7A1C304D6234d5f19
Octal1723430115142641513731
Binary111101011100110100110111000101101001101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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