#75254A

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

Shades of Flirt #75254A

Tints of Flirt #75254A

Color information

#75254A (or 0x75254A) is unknown color: approx Flirt. HEX triplet: 75, 25 and 4A. RGB value is (117,37,74). Sum of RGB (Red+Green+Blue) = 117+37+74=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75254A is #8ADAB5. Grayscale: #414141. Windows color (decimal): -9099958 or 4859253. OLE color: 4859253.

HSL color Cylindrical-coordinate representation of color #75254A: hue angle of 332.25º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75254A is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB1173774-
CMYK00.680.370.54
HSL332.25º51.95%30.2%-
HSV(B)332.25º68.38%45.88%-
XYZ9.235.67.07-
YUV65.14133164.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.32%
GREEN value IS 37 (14.84% from 255) = 16.23%
BLUE value IS 74 (29.30% from 255) = 32.46%
R=51.32%
G=16.23%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117377400.680.370.54332.2551.9530.2
Hex75254A044253614c341e
Octal16545112010445665146436
Binary111010110010110010100100010010010111011010100110011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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