#762319

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

Shades of Falu Red #762319

Tints of Falu Red #762319

Color information

#762319 (or 0x762319) is unknown color: approx Falu Red. HEX triplet: 76, 23 and 19. RGB value is (118,35,25). Sum of RGB (Red+Green+Blue) = 118+35+25=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #762319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762319 is #89DCE6. Grayscale: #3A3A3A. Windows color (decimal): -9034983 or 1647478. OLE color: 1647478.

HSL color Cylindrical-coordinate representation of color #762319: hue angle of 6.45º 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 #762319 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB1183525-
CMYK00.700.790.54
HSL6.45º65.03%28.04%-
HSV(B)6.45º78.81%46.27%-
XYZ8.255.121.47-
YUV58.68109170.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 66.29%
GREEN value IS 35 (14.06% from 255) = 19.66%
BLUE value IS 25 (10.16% from 255) = 14.04%
R=66.29%
G=19.66%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118352500.700.790.546.4565.0328.04
Hex7623190464F366411c
Octal1664331010611766610134
Binary111011010001111001010001101001111110110110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762319; }

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

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

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

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

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

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

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

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