#762304

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

Shades of Falu Red #762304

Tints of Falu Red #762304

Color information

#762304 (or 0x762304) is unknown color: approx Falu Red. HEX triplet: 76, 23 and 04. RGB value is (118,35,4). Sum of RGB (Red+Green+Blue) = 118+35+4=157 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.16% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 118 - color contains mainly: red. Hex color #762304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762304 is #89DCFB. Grayscale: #383838. Windows color (decimal): -9035004 or 271222. OLE color: 271222.

HSL color Cylindrical-coordinate representation of color #762304: hue angle of 16.32º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #762304 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB118354-
CMYK00.700.970.54
HSL16.32º93.44%23.92%-
HSV(B)16.32º96.61%46.27%-
XYZ8.095.060.67-
YUV56.2898.5172.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 75.16%
GREEN value IS 35 (14.06% from 255) = 22.29%
BLUE value IS 4 (1.95% from 255) = 2.55%
R=75.16%
G=22.29%
B=2.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11835400.700.970.5416.3293.4423.92
Hex762340466136105d18
Octal1664340106141662013530
Binary111011010001110001000110110000111011010000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762304; }

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

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

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

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

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

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

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

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