#762315

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

Shades of Falu Red #762315

Tints of Falu Red #762315

Color information

#762315 (or 0x762315) is unknown color: approx Falu Red. HEX triplet: 76, 23 and 15. RGB value is (118,35,21). Sum of RGB (Red+Green+Blue) = 118+35+21=174 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.82% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 118 - color contains mainly: red. Hex color #762315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762315 is #89DCEA. Grayscale: #3A3A3A. Windows color (decimal): -9034987 or 1385334. OLE color: 1385334.

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

Color convert

RGB1183521-
CMYK00.700.820.54
HSL8.66º69.78%27.25%-
HSV(B)8.66º82.2%46.27%-
XYZ8.215.111.26-
YUV58.22107170.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 67.82%
GREEN value IS 35 (14.06% from 255) = 20.11%
BLUE value IS 21 (8.59% from 255) = 12.07%
R=67.82%
G=20.11%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118352100.700.820.548.6669.7827.25
Hex76231504652369461b
Octal16643250106122661110633
Binary1110110100011101010100011010100101101101001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762315; }

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

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

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

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

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

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

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

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