#762113

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

Shades of Falu Red #762113

Tints of Falu Red #762113

Color information

#762113 (or 0x762113) is unknown color: approx Falu Red. HEX triplet: 76, 21 and 13. RGB value is (118,33,19). Sum of RGB (Red+Green+Blue) = 118+33+19=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #762113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762113 is #89DEEC. Grayscale: #383838. Windows color (decimal): -9035501 or 1253750. OLE color: 1253750.

HSL color Cylindrical-coordinate representation of color #762113: hue angle of 8.48º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #762113 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB1183319-
CMYK00.720.840.54
HSL8.48º72.26%26.86%-
HSV(B)8.48º83.9%46.27%-
XYZ8.134.991.15-
YUV56.82106.66171.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 69.41%
GREEN value IS 33 (13.28% from 255) = 19.41%
BLUE value IS 19 (7.81% from 255) = 11.18%
R=69.41%
G=19.41%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118331900.720.840.548.4872.2626.86
Hex76211304854368481b
Octal16641230110124661011033
Binary1110110100001100110100100010101001101101000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762113; }

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

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

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

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

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

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

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

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