#74220B

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

Shades of Falu Red #74220B

Tints of Falu Red #74220B

Color information

#74220B (or 0x74220B) is unknown color: approx Falu Red. HEX triplet: 74, 22 and 0B. RGB value is (116,34,11). Sum of RGB (Red+Green+Blue) = 116+34+11=161 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.05% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 116 - color contains mainly: red. Hex color #74220B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74220B is #8BDDF4. Grayscale: #383838. Windows color (decimal): -9166325 or 729716. OLE color: 729716.

HSL color Cylindrical-coordinate representation of color #74220B: hue angle of 13.14º degrees, saturation: 0.83, 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 #74220B is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1163411-
CMYK00.710.910.55
HSL13.14º82.68%24.9%-
HSV(B)13.14º90.52%45.49%-
XYZ7.834.880.85-
YUV55.9102.67170.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 72.05%
GREEN value IS 34 (13.67% from 255) = 21.12%
BLUE value IS 11 (4.69% from 255) = 6.83%
R=72.05%
G=21.12%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116341100.710.910.5513.1482.6824.9
Hex7422B0475B37d5319
Octal16442130107133671512331
Binary111010010001010110100011110110111101111101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74220B; }

 p { color: rgb(116,34,11); }

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

<style>
 a { background-color: #74220B; }

 a { background-color: rgb(116,34,11); }

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

<style>
 span { border-color: #74220B; }

 span { border-color: rgb(116,34,11); }

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