#75254B

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

Shades of Flirt #75254B

Tints of Flirt #75254B

Color information

#75254B (or 0x75254B) is unknown color: approx Flirt. HEX triplet: 75, 25 and 4B. RGB value is (117,37,75). Sum of RGB (Red+Green+Blue) = 117+37+75=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75254B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75254B is #8ADAB4. Grayscale: #414141. Windows color (decimal): -9099957 or 4924789. OLE color: 4924789.

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

Color convert

RGB1173775-
CMYK00.680.360.54
HSL331.5º51.95%30.2%-
HSV(B)331.5º68.38%45.88%-
XYZ9.275.617.25-
YUV65.25133.5164.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 37 (14.84% from 255) = 16.16%
BLUE value IS 75 (29.69% from 255) = 32.75%
R=51.09%
G=16.16%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117377500.680.360.54331.551.9530.2
Hex75254B044243614c341e
Octal16545113010444665146436
Binary111010110010110010110100010010010011011010100110011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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