#762103

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

Shades of Falu Red #762103

Tints of Falu Red #762103

Color information

#762103 (or 0x762103) is unknown color: approx Falu Red. HEX triplet: 76, 21 and 03. RGB value is (118,33,3). Sum of RGB (Red+Green+Blue) = 118+33+3=154 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.62% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 118 - color contains mainly: red. Hex color #762103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762103 is #89DEFC. Grayscale: #373737. Windows color (decimal): -9035517 or 205174. OLE color: 205174.

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

Color convert

RGB118333-
CMYK00.720.970.54
HSL15.65º95.04%23.73%-
HSV(B)15.65º97.46%46.27%-
XYZ8.034.950.62-
YUV54.9998.66172.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 76.62%
GREEN value IS 33 (13.28% from 255) = 21.43%
BLUE value IS 3 (1.56% from 255) = 1.95%
R=76.62%
G=21.43%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11833300.720.970.5415.6595.0423.73
Hex762130486136105f18
Octal1664130110141662013730
Binary11101101000011101001000110000111011010000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762103; }

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

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

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

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

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

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

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

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