#76230e

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

Shades of Falu Red #76230E

Tints of Falu Red #76230E

Color information

#76230E (or 0x76230E) is unknown color: approx Falu Red. HEX triplet: 76, 23 and 0E. RGB value is (118,35,14). Sum of RGB (Red+Green+Blue) = 118+35+14=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 14 (5.86% from 255 or 8.38% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #76230E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76230E is #89DCF1. Grayscale: #393939. Windows color (decimal): -9034994 or 926582. OLE color: 926582.

HSL color Cylindrical-coordinate representation of color #76230E: hue angle of 12.12º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76230E is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB1183514-
CMYK00.700.880.54
HSL12.12º78.79%25.88%-
HSV(B)12.12º88.14%46.27%-
XYZ8.155.090.97-
YUV57.42103.5171.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 70.66%
GREEN value IS 35 (14.06% from 255) = 20.96%
BLUE value IS 14 (5.86% from 255) = 8.38%
R=70.66%
G=20.96%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118351400.700.880.5412.1278.7925.88
Hex7623E0465836c4f1a
Octal16643160106130661411732
Binary111011010001111100100011010110001101101100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76230e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76230e; }

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

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

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

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

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

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

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

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