#76230A

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

Shades of Falu Red #76230A

Tints of Falu Red #76230A

Color information

#76230A (or 0x76230A) is unknown color: approx Falu Red. HEX triplet: 76, 23 and 0A. RGB value is (118,35,10). Sum of RGB (Red+Green+Blue) = 118+35+10=163 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.39% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 118 - color contains mainly: red. Hex color #76230A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76230A is #89DCF5. Grayscale: #393939. Windows color (decimal): -9034998 or 664438. OLE color: 664438.

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

Color convert

RGB1183510-
CMYK00.700.920.54
HSL13.89º84.38%25.1%-
HSV(B)13.89º91.53%46.27%-
XYZ8.135.080.84-
YUV56.97101.5171.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 72.39%
GREEN value IS 35 (14.06% from 255) = 21.47%
BLUE value IS 10 (4.30% from 255) = 6.13%
R=72.39%
G=21.47%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118351000.700.920.5413.8984.3825.1
Hex7623A0465C36e5419
Octal16643120106134661612431
Binary111011010001110100100011010111001101101110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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