#762003

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

Shades of Falu Red #762003

Tints of Falu Red #762003

Color information

#762003 (or 0x762003) is unknown color: approx Falu Red. HEX triplet: 76, 20 and 03. RGB value is (118,32,3). Sum of RGB (Red+Green+Blue) = 118+32+3=153 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.12% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 118 - color contains mainly: red. Hex color #762003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762003 is #89DFFC. Grayscale: #363636. Windows color (decimal): -9035773 or 204918. OLE color: 204918.

HSL color Cylindrical-coordinate representation of color #762003: hue angle of 15.13º degrees, saturation: 0.95, 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 #762003 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB118323-
CMYK00.730.970.54
HSL15.13º95.04%23.73%-
HSV(B)15.13º97.46%46.27%-
XYZ84.890.61-
YUV54.4198.99173.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 77.12%
GREEN value IS 32 (12.89% from 255) = 20.92%
BLUE value IS 3 (1.56% from 255) = 1.96%
R=77.12%
G=20.92%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11832300.730.970.5415.1395.0423.73
Hex762030496136f5f18
Octal1664030111141661713730
Binary1110110100000110100100111000011101101111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762003; }

 p { color: rgb(118,32,3); }

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

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

 a { background-color: rgb(118,32,3); }

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

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

 span { border-color: rgb(118,32,3); }

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