#752203

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

Shades of Falu Red #752203

Tints of Falu Red #752203

Color information

#752203 (or 0x752203) is unknown color: approx Falu Red. HEX triplet: 75, 22 and 03. RGB value is (117,34,3). Sum of RGB (Red+Green+Blue) = 117+34+3=154 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.97% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 117 - color contains mainly: red. Hex color #752203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752203 is #8ADDFC. Grayscale: #373737. Windows color (decimal): -9100797 or 205429. OLE color: 205429.

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

Color convert

RGB117343-
CMYK00.710.970.54
HSL16.32º95%23.53%-
HSV(B)16.32º97.44%45.88%-
XYZ7.924.930.62-
YUV55.2898.5172.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 75.97%
GREEN value IS 34 (13.67% from 255) = 22.08%
BLUE value IS 3 (1.56% from 255) = 1.95%
R=75.97%
G=22.08%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11734300.710.970.5416.329523.53
Hex752230476136105f18
Octal1654230107141662013730
Binary11101011000101101000111110000111011010000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752203; }

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

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

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

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

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

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

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

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