#75344B

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

Shades of Flirt #75344B

Tints of Flirt #75344B

Color information

#75344B (or 0x75344B) is unknown color: approx Flirt. HEX triplet: 75, 34 and 4B. RGB value is (117,52,75). Sum of RGB (Red+Green+Blue) = 117+52+75=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #75344B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75344B is #8ACBB4. Grayscale: #4A4A4A. Windows color (decimal): -9096117 or 4928629. OLE color: 4928629.

HSL color Cylindrical-coordinate representation of color #75344B: hue angle of 338.77º degrees, saturation: 0.38, 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 #75344B is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB1175275-
CMYK00.560.360.54
HSL338.77º38.46%33.14%-
HSV(B)338.77º55.56%45.88%-
XYZ9.836.757.44-
YUV74.06128.53158.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.95%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 75 (29.69% from 255) = 30.74%
R=47.95%
G=21.31%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117527500.560.360.54338.7738.4633.14
Hex75344B03824361532621
Octal1656411307044665234641
Binary111010111010010010110111000100100110110101010011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75344B; }

 p { color: rgb(117,52,75); }

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

<style>
 a { background-color: #75344B; }

 a { background-color: rgb(117,52,75); }

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

<style>
 span { border-color: #75344B; }

 span { border-color: rgb(117,52,75); }

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