#75374F

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

Shades of Flirt #75374F

Tints of Flirt #75374F

Color information

#75374F (or 0x75374F) is unknown color: approx Flirt. HEX triplet: 75, 37 and 4F. RGB value is (117,55,79). Sum of RGB (Red+Green+Blue) = 117+55+79=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #75374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75374F is #8AC8B0. Grayscale: #4C4C4C. Windows color (decimal): -9095345 or 5191541. OLE color: 5191541.

HSL color Cylindrical-coordinate representation of color #75374F: hue angle of 336.77º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75374F is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB1175579-
CMYK00.530.320.54
HSL336.77º36.05%33.73%-
HSV(B)336.77º52.99%45.88%-
XYZ10.117.088.23-
YUV76.27129.54157.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.61%
GREEN value IS 55 (21.88% from 255) = 21.91%
BLUE value IS 79 (31.25% from 255) = 31.47%
R=46.61%
G=21.91%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117557900.530.320.54336.7736.0533.73
Hex75374F03520361512422
Octal1656711706540665214442
Binary111010111011110011110110101100000110110101010001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75374F; }

 p { color: rgb(117,55,79); }

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

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

 a { background-color: rgb(117,55,79); }

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

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

 span { border-color: rgb(117,55,79); }

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