#751608

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

Shades of Falu Red #751608

Tints of Falu Red #751608

Color information

#751608 (or 0x751608) is unknown color: approx Falu Red. HEX triplet: 75, 16 and 08. RGB value is (117,22,8). Sum of RGB (Red+Green+Blue) = 117+22+8=147 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.59% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 117 - color contains mainly: red. Hex color #751608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751608 is #8AE9F7. Grayscale: #303030. Windows color (decimal): -9103864 or 530037. OLE color: 530037.

HSL color Cylindrical-coordinate representation of color #751608: hue angle of 7.71º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #751608 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB117228-
CMYK00.810.930.54
HSL7.71º87.2%24.51%-
HSV(B)7.71º93.16%45.88%-
XYZ7.674.370.67-
YUV48.81104.97176.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 79.59%
GREEN value IS 22 (8.98% from 255) = 14.97%
BLUE value IS 8 (3.52% from 255) = 5.44%
R=79.59%
G=14.97%
B=5.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11722800.810.930.547.7187.224.51
Hex751680515D3685719
Octal16526100121135661012731
Binary11101011011010000101000110111011101101000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751608; }

 p { color: rgb(117,22,8); }

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

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

 a { background-color: rgb(117,22,8); }

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

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

 span { border-color: rgb(117,22,8); }

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