#741608

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

Shades of Falu Red #741608

Tints of Falu Red #741608

Color information

#741608 (or 0x741608) is unknown color: approx Falu Red. HEX triplet: 74, 16 and 08. RGB value is (116,22,8). Sum of RGB (Red+Green+Blue) = 116+22+8=146 (19% of max value = 765). Red value is 116 (45.70% from 255 or 79.45% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 8 (3.52% from 255 or 5.48% from 146); Max value from RGB is 116 - color contains mainly: red. Hex color #741608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741608 is #8BE9F7. Grayscale: #303030. Windows color (decimal): -9169400 or 530036. OLE color: 530036.

HSL color Cylindrical-coordinate representation of color #741608: hue angle of 7.78º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #741608 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB116228-
CMYK00.810.930.55
HSL7.78º87.1%24.31%-
HSV(B)7.78º93.1%45.49%-
XYZ7.534.30.66-
YUV48.51105.14176.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 79.45%
GREEN value IS 22 (8.98% from 255) = 15.07%
BLUE value IS 8 (3.52% from 255) = 5.48%
R=79.45%
G=15.07%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11622800.810.930.557.7887.124.31
Hex741680515D3785718
Octal16426100121135671012730
Binary11101001011010000101000110111011101111000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741608; }

 p { color: rgb(116,22,8); }

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

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

 a { background-color: rgb(116,22,8); }

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

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

 span { border-color: rgb(116,22,8); }

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