#752545

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

Shades of Flirt #752545

Tints of Flirt #752545

Color information

#752545 (or 0x752545) is unknown color: approx Flirt. HEX triplet: 75, 25 and 45. RGB value is (117,37,69). Sum of RGB (Red+Green+Blue) = 117+37+69=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #752545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752545 is #8ADABA. Grayscale: #404040. Windows color (decimal): -9099963 or 4531573. OLE color: 4531573.

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

Color convert

RGB1173769-
CMYK00.680.410.54
HSL336º51.95%30.2%-
HSV(B)336º68.38%45.88%-
XYZ9.075.536.22-
YUV64.57130.5165.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.47%
GREEN value IS 37 (14.84% from 255) = 16.59%
BLUE value IS 69 (27.34% from 255) = 30.94%
R=52.47%
G=16.59%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117376900.680.410.5433651.9530.2
Hex7525450442936150341e
Octal16545105010451665206436
Binary111010110010110001010100010010100111011010101000011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752545; }

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

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

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

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

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

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

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

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