#75374D

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

Shades of Flirt #75374D

Tints of Flirt #75374D

Color information

#75374D (or 0x75374D) is unknown color: approx Flirt. HEX triplet: 75, 37 and 4D. RGB value is (117,55,77). Sum of RGB (Red+Green+Blue) = 117+55+77=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #75374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75374D is #8AC8B2. Grayscale: #4C4C4C. Windows color (decimal): -9095347 or 5060469. OLE color: 5060469.

HSL color Cylindrical-coordinate representation of color #75374D: hue angle of 338.71º 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 #75374D is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1175577-
CMYK00.530.340.54
HSL338.71º36.05%33.73%-
HSV(B)338.71º52.99%45.88%-
XYZ10.047.057.85-
YUV76.05128.54157.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.99%
GREEN value IS 55 (21.88% from 255) = 22.09%
BLUE value IS 77 (30.47% from 255) = 30.92%
R=46.99%
G=22.09%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117557700.530.340.54338.7136.0533.73
Hex75374D03522361532422
Octal1656711506542665234442
Binary111010111011110011010110101100010110110101010011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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