#762019

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

Shades of Falu Red #762019

Tints of Falu Red #762019

Color information

#762019 (or 0x762019) is unknown color: approx Falu Red. HEX triplet: 76, 20 and 19. RGB value is (118,32,25). Sum of RGB (Red+Green+Blue) = 118+32+25=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #762019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762019 is #89DFE6. Grayscale: #393939. Windows color (decimal): -9035751 or 1646710. OLE color: 1646710.

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

Color convert

RGB1183225-
CMYK00.730.790.54
HSL4.52º65.03%28.04%-
HSV(B)4.52º78.81%46.27%-
XYZ8.164.951.45-
YUV56.92109.99171.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 67.43%
GREEN value IS 32 (12.89% from 255) = 18.29%
BLUE value IS 25 (10.16% from 255) = 14.29%
R=67.43%
G=18.29%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118322500.730.790.544.5265.0328.04
Hex7620190494F365411c
Octal1664031011111766510134
Binary111011010000011001010010011001111110110101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762019; }

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

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

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

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

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

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

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

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