#75334D

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

Shades of Flirt #75334D

Tints of Flirt #75334D

Color information

#75334D (or 0x75334D) is unknown color: approx Flirt. HEX triplet: 75, 33 and 4D. RGB value is (117,51,77). Sum of RGB (Red+Green+Blue) = 117+51+77=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75334D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75334D is #8ACCB2. Grayscale: #494949. Windows color (decimal): -9096371 or 5059445. OLE color: 5059445.

HSL color Cylindrical-coordinate representation of color #75334D: hue angle of 336.36º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75334D is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1175177-
CMYK00.560.340.54
HSL336.36º39.29%32.94%-
HSV(B)336.36º56.41%45.88%-
XYZ9.866.697.79-
YUV73.7129.87158.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.76%
GREEN value IS 51 (20.31% from 255) = 20.82%
BLUE value IS 77 (30.47% from 255) = 31.43%
R=47.76%
G=20.82%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117517700.560.340.54336.3639.2932.94
Hex75334D03822361502721
Octal1656311507042665204741
Binary111010111001110011010111000100010110110101010000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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