#754253

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

Shades of Finn #754253

Tints of Finn #754253

Color information

#754253 (or 0x754253) is unknown color: approx Finn. HEX triplet: 75, 42 and 53. RGB value is (117,66,83). Sum of RGB (Red+Green+Blue) = 117+66+83=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #754253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754253 is #8ABDAC. Grayscale: #535353. Windows color (decimal): -9092525 or 5456501. OLE color: 5456501.

HSL color Cylindrical-coordinate representation of color #754253: hue angle of 340º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #754253 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB1176683-
CMYK00.440.290.54
HSL340º27.87%35.88%-
HSV(B)340º43.59%45.88%-
XYZ10.858.39.21-
YUV83.19127.9152.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.98%
GREEN value IS 66 (26.17% from 255) = 24.81%
BLUE value IS 83 (32.81% from 255) = 31.20%
R=43.98%
G=24.81%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117668300.440.290.5434027.8735.88
Hex75425302C1D361541c24
Octal16510212305435665243444
Binary11101011000010101001101011001110111011010101010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754253; }

 p { color: rgb(117,66,83); }

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

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

 a { background-color: rgb(117,66,83); }

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

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

 span { border-color: rgb(117,66,83); }

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