#75274B

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

Shades of Flirt #75274B

Tints of Flirt #75274B

Color information

#75274B (or 0x75274B) is unknown color: approx Flirt. HEX triplet: 75, 27 and 4B. RGB value is (117,39,75). Sum of RGB (Red+Green+Blue) = 117+39+75=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #75274B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75274B is #8AD8B4. Grayscale: #424242. Windows color (decimal): -9099445 or 4925301. OLE color: 4925301.

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

Color convert

RGB1173975-
CMYK00.670.360.54
HSL332.31º50%30.59%-
HSV(B)332.31º66.67%45.88%-
XYZ9.335.747.27-
YUV66.43132.84164.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.65%
GREEN value IS 39 (15.62% from 255) = 16.88%
BLUE value IS 75 (29.69% from 255) = 32.47%
R=50.65%
G=16.88%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117397500.670.360.54332.315030.59
Hex75274B043243614c321f
Octal16547113010344665146237
Binary111010110011110010110100001110010011011010100110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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