#76241D

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

Shades of Falu Red #76241D

Tints of Falu Red #76241D

Color information

#76241D (or 0x76241D) is unknown color: approx Falu Red. HEX triplet: 76, 24 and 1D. RGB value is (118,36,29). Sum of RGB (Red+Green+Blue) = 118+36+29=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #76241D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76241D is #89DBE2. Grayscale: #3B3B3B. Windows color (decimal): -9034723 or 1909878. OLE color: 1909878.

HSL color Cylindrical-coordinate representation of color #76241D: hue angle of 4.72º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76241D is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1183629-
CMYK00.690.750.54
HSL4.72º60.54%28.82%-
HSV(B)4.72º75.42%46.27%-
XYZ8.325.21.73-
YUV59.72110.67169.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.48%
GREEN value IS 36 (14.45% from 255) = 19.67%
BLUE value IS 29 (11.72% from 255) = 15.85%
R=64.48%
G=19.67%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118362900.690.750.544.7260.5428.82
Hex76241D0454B3653d1d
Octal166443501051136657535
Binary11101101001001110101000101100101111011010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76241D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76241D; }

 p { color: rgb(118,36,29); }

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

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

 a { background-color: rgb(118,36,29); }

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

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

 span { border-color: rgb(118,36,29); }

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