#754153

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

Shades of Finn #754153

Tints of Finn #754153

Color information

#754153 (or 0x754153) is unknown color: approx Finn. HEX triplet: 75, 41 and 53. RGB value is (117,65,83). Sum of RGB (Red+Green+Blue) = 117+65+83=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #754153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754153 is #8ABEAC. Grayscale: #525252. Windows color (decimal): -9092781 or 5456245. OLE color: 5456245.

HSL color Cylindrical-coordinate representation of color #754153: hue angle of 339.23º degrees, saturation: 0.29, 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 #754153 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB1176583-
CMYK00.440.290.54
HSL339.23º28.57%35.69%-
HSV(B)339.23º44.44%45.88%-
XYZ10.798.199.2-
YUV82.6128.23152.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 65 (25.78% from 255) = 24.53%
BLUE value IS 83 (32.81% from 255) = 31.32%
R=44.15%
G=24.53%
B=31.32%

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
Decimal117658300.440.290.54339.2328.5735.69
Hex75415302C1D361531d24
Octal16510112305435665233544
Binary11101011000001101001101011001110111011010101001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754153; }

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

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

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

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

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

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

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

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