#76251C

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

Shades of Falu Red #76251C

Tints of Falu Red #76251C

Color information

#76251C (or 0x76251C) is unknown color: approx Falu Red. HEX triplet: 76, 25 and 1C. RGB value is (118,37,28). Sum of RGB (Red+Green+Blue) = 118+37+28=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #76251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76251C is #89DAE3. Grayscale: #3C3C3C. Windows color (decimal): -9034468 or 1844598. OLE color: 1844598.

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

Color convert

RGB1183728-
CMYK00.690.760.54
HSL61.64%28.63%-
HSV(B)76.27%46.27%-
XYZ8.345.261.67-
YUV60.19109.84169.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.48%
GREEN value IS 37 (14.84% from 255) = 20.22%
BLUE value IS 28 (11.33% from 255) = 15.30%
R=64.48%
G=20.22%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118372800.690.760.54661.6428.63
Hex76251C0454C3663e1d
Octal166453401051146667635
Binary11101101001011110001000101100110011011011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76251C; }

 p { color: rgb(118,37,28); }

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

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

 a { background-color: rgb(118,37,28); }

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

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

 span { border-color: rgb(118,37,28); }

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