#751C01

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

Shades of Falu Red #751C01

Tints of Falu Red #751C01

Color information

#751C01 (or 0x751C01) is unknown color: approx Falu Red. HEX triplet: 75, 1C and 01. RGB value is (117,28,1). Sum of RGB (Red+Green+Blue) = 117+28+1=146 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.14% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 117 - color contains mainly: red. Hex color #751C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751C01 is #8AE3FE. Grayscale: #333333. Windows color (decimal): -9102335 or 72821. OLE color: 72821.

HSL color Cylindrical-coordinate representation of color #751C01: hue angle of 13.97º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #751C01 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB117281-
CMYK00.760.990.54
HSL13.97º98.31%23.14%-
HSV(B)13.97º99.15%45.88%-
XYZ7.764.610.51-
YUV51.5399.49174.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 80.14%
GREEN value IS 28 (11.33% from 255) = 19.18%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=80.14%
G=19.18%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11728100.760.990.5413.9798.3123.14
Hex751C104C6336e6217
Octal1653410114143661614227
Binary11101011110010100110011000111101101110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,28,1); }

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

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

 a { background-color: rgb(117,28,1); }

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

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

 span { border-color: rgb(117,28,1); }

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