#7A200A

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

Shades of Falu Red #7A200A

Tints of Falu Red #7A200A

Color information

#7A200A (or 0x7A200A) is unknown color: approx Falu Red. HEX triplet: 7A, 20 and 0A. RGB value is (122,32,10). Sum of RGB (Red+Green+Blue) = 122+32+10=164 (21% of max value = 765). Red value is 122 (48.05% from 255 or 74.39% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 122 - color contains mainly: red. Hex color #7A200A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A200A is #85DFF5. Grayscale: #383838. Windows color (decimal): -8773622 or 663674. OLE color: 663674.

HSL color Cylindrical-coordinate representation of color #7A200A: hue angle of 11.79º 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 #7A200A is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.52.

Color convert

RGB1223210-
CMYK00.740.920.52
HSL11.79º84.85%25.88%-
HSV(B)11.79º91.8%47.84%-
XYZ8.65.190.84-
YUV56.4101.82174.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 74.39%
GREEN value IS 32 (12.89% from 255) = 19.51%
BLUE value IS 10 (4.30% from 255) = 6.10%
R=74.39%
G=19.51%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.92
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122321000.740.920.5211.7984.8525.88
Hex7A20A04A5C34c551a
Octal17240120112134641412532
Binary111101010000010100100101010111001101001100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A200A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,32,10); }

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

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

 a { background-color: rgb(122,32,10); }

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

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

 span { border-color: rgb(122,32,10); }

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