#751A0A

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

Shades of Falu Red #751A0A

Tints of Falu Red #751A0A

Color information

#751A0A (or 0x751A0A) is unknown color: approx Falu Red. HEX triplet: 75, 1A and 0A. RGB value is (117,26,10). Sum of RGB (Red+Green+Blue) = 117+26+10=153 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.47% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 117 - color contains mainly: red. Hex color #751A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751A0A is #8AE5F5. Grayscale: #333333. Windows color (decimal): -9102838 or 662133. OLE color: 662133.

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

Color convert

RGB1172610-
CMYK00.780.910.54
HSL8.97º84.25%24.9%-
HSV(B)8.97º91.45%45.88%-
XYZ7.764.540.75-
YUV51.38104.65174.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 76.47%
GREEN value IS 26 (10.55% from 255) = 16.99%
BLUE value IS 10 (4.30% from 255) = 6.54%
R=76.47%
G=16.99%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117261000.780.910.548.9784.2524.9
Hex751AA04E5B3695419
Octal16532120116133661112431
Binary11101011101010100100111010110111101101001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751A0A; }

 p { color: rgb(117,26,10); }

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

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

 a { background-color: rgb(117,26,10); }

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

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

 span { border-color: rgb(117,26,10); }

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