#75385E

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

Shades of Finn #75385E

Tints of Finn #75385E

Color information

#75385E (or 0x75385E) is unknown color: approx Finn. HEX triplet: 75, 38 and 5E. RGB value is (117,56,94). Sum of RGB (Red+Green+Blue) = 117+56+94=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #75385E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75385E is #8AC7A1. Grayscale: #4E4E4E. Windows color (decimal): -9095074 or 6174837. OLE color: 6174837.

HSL color Cylindrical-coordinate representation of color #75385E: hue angle of 322.62º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75385E is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1175694-
CMYK00.520.200.54
HSL322.62º35.26%33.92%-
HSV(B)322.62º52.14%45.88%-
XYZ10.777.4211.45-
YUV78.57136.71155.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 56 (22.27% from 255) = 20.97%
BLUE value IS 94 (37.11% from 255) = 35.21%
R=43.82%
G=20.97%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117569400.520.200.54322.6235.2633.92
Hex75385E03414361432322
Octal1657013606424665034342
Binary11101011110001011110011010010100110110101000011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75385E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75385E; }

 p { color: rgb(117,56,94); }

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

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

 a { background-color: rgb(117,56,94); }

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

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

 span { border-color: rgb(117,56,94); }

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