#762219

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

Shades of Falu Red #762219

Tints of Falu Red #762219

Color information

#762219 (or 0x762219) is unknown color: approx Falu Red. HEX triplet: 76, 22 and 19. RGB value is (118,34,25). Sum of RGB (Red+Green+Blue) = 118+34+25=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #762219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762219 is #89DDE6. Grayscale: #3A3A3A. Windows color (decimal): -9035239 or 1647222. OLE color: 1647222.

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

Color convert

RGB1183425-
CMYK00.710.790.54
HSL5.81º65.03%28.04%-
HSV(B)5.81º78.81%46.27%-
XYZ8.225.071.46-
YUV58.09109.33170.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 66.67%
GREEN value IS 34 (13.67% from 255) = 19.21%
BLUE value IS 25 (10.16% from 255) = 14.12%
R=66.67%
G=19.21%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118342500.710.790.545.8165.0328.04
Hex7622190474F366411c
Octal1664231010711766610134
Binary111011010001011001010001111001111110110110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762219; }

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

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

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

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

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

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

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

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