#762218

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

Shades of Falu Red #762218

Tints of Falu Red #762218

Color information

#762218 (or 0x762218) is unknown color: approx Falu Red. HEX triplet: 76, 22 and 18. RGB value is (118,34,24). Sum of RGB (Red+Green+Blue) = 118+34+24=176 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.05% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 118 - color contains mainly: red. Hex color #762218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762218 is #89DDE7. Grayscale: #3A3A3A. Windows color (decimal): -9035240 or 1581686. OLE color: 1581686.

HSL color Cylindrical-coordinate representation of color #762218: hue angle of 6.38º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #762218 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB1183424-
CMYK00.710.800.54
HSL6.38º66.2%27.84%-
HSV(B)6.38º79.66%46.27%-
XYZ8.215.061.41-
YUV57.98108.83170.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 67.05%
GREEN value IS 34 (13.67% from 255) = 19.32%
BLUE value IS 24 (9.77% from 255) = 13.64%
R=67.05%
G=19.32%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118342400.710.800.546.3866.227.84
Hex76221804750366421c
Octal1664230010712066610234
Binary111011010001011000010001111010000110110110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762218; }

 p { color: rgb(118,34,24); }

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

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

 a { background-color: rgb(118,34,24); }

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

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

 span { border-color: rgb(118,34,24); }

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