#75274A

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

Shades of Flirt #75274A

Tints of Flirt #75274A

Color information

#75274A (or 0x75274A) is unknown color: approx Flirt. HEX triplet: 75, 27 and 4A. RGB value is (117,39,74). Sum of RGB (Red+Green+Blue) = 117+39+74=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #75274A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75274A is #8AD8B5. Grayscale: #424242. Windows color (decimal): -9099446 or 4859765. OLE color: 4859765.

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

Color convert

RGB1173974-
CMYK00.670.370.54
HSL333.08º50%30.59%-
HSV(B)333.08º66.67%45.88%-
XYZ9.35.737.09-
YUV66.31132.34164.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 39 (15.62% from 255) = 16.96%
BLUE value IS 74 (29.30% from 255) = 32.17%
R=50.87%
G=16.96%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117397400.670.370.54333.085030.59
Hex75274A043253614d321f
Octal16547112010345665156237
Binary111010110011110010100100001110010111011010100110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75274A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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