#762318

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

Shades of Falu Red #762318

Tints of Falu Red #762318

Color information

#762318 (or 0x762318) is unknown color: approx Falu Red. HEX triplet: 76, 23 and 18. RGB value is (118,35,24). Sum of RGB (Red+Green+Blue) = 118+35+24=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #762318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762318 is #89DCE7. Grayscale: #3A3A3A. Windows color (decimal): -9034984 or 1581942. OLE color: 1581942.

HSL color Cylindrical-coordinate representation of color #762318: hue angle of 7.02º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #762318 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB1183524-
CMYK00.700.800.54
HSL7.02º66.2%27.84%-
HSV(B)7.02º79.66%46.27%-
XYZ8.245.121.42-
YUV58.56108.5170.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 66.67%
GREEN value IS 35 (14.06% from 255) = 19.77%
BLUE value IS 24 (9.77% from 255) = 13.56%
R=66.67%
G=19.77%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118352400.700.800.547.0266.227.84
Hex76231804650367421c
Octal1664330010612066710234
Binary111011010001111000010001101010000110110111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762318; }

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

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

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

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

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

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

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

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