#752303

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

Shades of Falu Red #752303

Tints of Falu Red #752303

Color information

#752303 (or 0x752303) is unknown color: approx Falu Red. HEX triplet: 75, 23 and 03. RGB value is (117,35,3). Sum of RGB (Red+Green+Blue) = 117+35+3=155 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.48% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 117 - color contains mainly: red. Hex color #752303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752303 is #8ADCFC. Grayscale: #383838. Windows color (decimal): -9100541 or 205685. OLE color: 205685.

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

Color convert

RGB117353-
CMYK00.700.970.54
HSL16.84º95%23.53%-
HSV(B)16.84º97.44%45.88%-
XYZ7.954.990.63-
YUV55.8798.17171.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 75.48%
GREEN value IS 35 (14.06% from 255) = 22.58%
BLUE value IS 3 (1.56% from 255) = 1.94%
R=75.48%
G=22.58%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11735300.700.970.5416.849523.53
Hex752330466136115f18
Octal1654330106141662113730
Binary11101011000111101000110110000111011010001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752303; }

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

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

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

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

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

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

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

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