#74231A

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

Shades of Falu Red #74231A

Tints of Falu Red #74231A

Color information

#74231A (or 0x74231A) is unknown color: approx Falu Red. HEX triplet: 74, 23 and 1A. RGB value is (116,35,26). Sum of RGB (Red+Green+Blue) = 116+35+26=177 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.54% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 116 - color contains mainly: red. Hex color #74231A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74231A is #8BDCE5. Grayscale: #3A3A3A. Windows color (decimal): -9166054 or 1713012. OLE color: 1713012.

HSL color Cylindrical-coordinate representation of color #74231A: hue angle of 6º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74231A is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB1163526-
CMYK00.700.780.55
HSL63.38%27.84%-
HSV(B)77.59%45.49%-
XYZ7.994.991.52-
YUV58.19109.84169.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 65.54%
GREEN value IS 35 (14.06% from 255) = 19.77%
BLUE value IS 26 (10.55% from 255) = 14.69%
R=65.54%
G=19.77%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116352600.700.780.55663.3827.84
Hex74231A0464E3763f1c
Octal164433201061166767734
Binary11101001000111101001000110100111011011111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,35,26); }

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

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

 a { background-color: rgb(116,35,26); }

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

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

 span { border-color: rgb(116,35,26); }

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