#752003

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

Shades of Falu Red #752003

Tints of Falu Red #752003

Color information

#752003 (or 0x752003) is unknown color: approx Falu Red. HEX triplet: 75, 20 and 03. RGB value is (117,32,3). Sum of RGB (Red+Green+Blue) = 117+32+3=152 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.97% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 117 - color contains mainly: red. Hex color #752003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752003 is #8ADFFC. Grayscale: #363636. Windows color (decimal): -9101309 or 204917. OLE color: 204917.

HSL color Cylindrical-coordinate representation of color #752003: hue angle of 15.26º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #752003 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB117323-
CMYK00.730.970.54
HSL15.26º95%23.53%-
HSV(B)15.26º97.44%45.88%-
XYZ7.874.820.6-
YUV54.1199.16172.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 76.97%
GREEN value IS 32 (12.89% from 255) = 21.05%
BLUE value IS 3 (1.56% from 255) = 1.97%
R=76.97%
G=21.05%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11732300.730.970.5415.269523.53
Hex752030496136f5f18
Octal1654030111141661713730
Binary1110101100000110100100111000011101101111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752003; }

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

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

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

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

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

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

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

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