#75314B

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

Shades of Flirt #75314B

Tints of Flirt #75314B

Color information

#75314B (or 0x75314B) is unknown color: approx Flirt. HEX triplet: 75, 31 and 4B. RGB value is (117,49,75). Sum of RGB (Red+Green+Blue) = 117+49+75=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #75314B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75314B is #8ACEB4. Grayscale: #484848. Windows color (decimal): -9096885 or 4927861. OLE color: 4927861.

HSL color Cylindrical-coordinate representation of color #75314B: hue angle of 337.06º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75314B is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB1174975-
CMYK00.580.360.54
HSL337.06º40.96%32.55%-
HSV(B)337.06º58.12%45.88%-
XYZ9.76.497.4-
YUV72.3129.53159.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.55%
GREEN value IS 49 (19.53% from 255) = 20.33%
BLUE value IS 75 (29.69% from 255) = 31.12%
R=48.55%
G=20.33%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117497500.580.360.54337.0640.9632.55
Hex75314B03A24361512921
Octal1656111307244665215141
Binary111010111000110010110111010100100110110101010001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75314B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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