#752008

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

Shades of Falu Red #752008

Tints of Falu Red #752008

Color information

#752008 (or 0x752008) is unknown color: approx Falu Red. HEX triplet: 75, 20 and 08. RGB value is (117,32,8). Sum of RGB (Red+Green+Blue) = 117+32+8=157 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.52% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 117 - color contains mainly: red. Hex color #752008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752008 is #8ADFF7. Grayscale: #363636. Windows color (decimal): -9101304 or 532597. OLE color: 532597.

HSL color Cylindrical-coordinate representation of color #752008: hue angle of 13.21º 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 #752008 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB117328-
CMYK00.730.930.54
HSL13.21º87.2%24.51%-
HSV(B)13.21º93.16%45.88%-
XYZ7.94.830.75-
YUV54.68101.66172.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 74.52%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 8 (3.52% from 255) = 5.10%
R=74.52%
G=20.38%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11732800.730.930.5413.2187.224.51
Hex752080495D36d5719
Octal16540100111135661512731
Binary111010110000010000100100110111011101101101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752008; }

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

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

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

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

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

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

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

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