#74210A

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

Shades of Falu Red #74210A

Tints of Falu Red #74210A

Color information

#74210A (or 0x74210A) is unknown color: approx Falu Red. HEX triplet: 74, 21 and 0A. RGB value is (116,33,10). Sum of RGB (Red+Green+Blue) = 116+33+10=159 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.96% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 116 - color contains mainly: red. Hex color #74210A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74210A is #8BDEF5. Grayscale: #373737. Windows color (decimal): -9166582 or 663924. OLE color: 663924.

HSL color Cylindrical-coordinate representation of color #74210A: hue angle of 13.02º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74210A is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1163310-
CMYK00.720.910.55
HSL13.02º84.13%24.71%-
HSV(B)13.02º91.38%45.49%-
XYZ7.84.820.81-
YUV55.19102.5171.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 72.96%
GREEN value IS 33 (13.28% from 255) = 20.75%
BLUE value IS 10 (4.30% from 255) = 6.29%
R=72.96%
G=20.75%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116331000.720.910.5513.0284.1324.71
Hex7421A0485B37d5419
Octal16441120110133671512431
Binary111010010000110100100100010110111101111101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74210A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74210A; }

 p { color: rgb(116,33,10); }

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

<style>
 a { background-color: #74210A; }

 a { background-color: rgb(116,33,10); }

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

<style>
 span { border-color: #74210A; }

 span { border-color: rgb(116,33,10); }

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