#75334A

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

Shades of Flirt #75334A

Tints of Flirt #75334A

Color information

#75334A (or 0x75334A) is unknown color: approx Flirt. HEX triplet: 75, 33 and 4A. RGB value is (117,51,74). Sum of RGB (Red+Green+Blue) = 117+51+74=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #75334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75334A is #8ACCB5. Grayscale: #494949. Windows color (decimal): -9096374 or 4862837. OLE color: 4862837.

HSL color Cylindrical-coordinate representation of color #75334A: hue angle of 339.09º 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 #75334A is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB1175174-
CMYK00.560.370.54
HSL339.09º39.29%32.94%-
HSV(B)339.09º56.41%45.88%-
XYZ9.766.647.25-
YUV73.36128.37159.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.35%
GREEN value IS 51 (20.31% from 255) = 21.07%
BLUE value IS 74 (29.30% from 255) = 30.58%
R=48.35%
G=21.07%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117517400.560.370.54339.0939.2932.94
Hex75334A03825361532721
Octal1656311207045665234741
Binary111010111001110010100111000100101110110101010011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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