#752543

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

Shades of Flirt #752543

Tints of Flirt #752543

Color information

#752543 (or 0x752543) is unknown color: approx Flirt. HEX triplet: 75, 25 and 43. RGB value is (117,37,67). Sum of RGB (Red+Green+Blue) = 117+37+67=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 67 (26.56% from 255 or 30.32% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #752543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752543 is #8ADABC. Grayscale: #404040. Windows color (decimal): -9099965 or 4400501. OLE color: 4400501.

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

Color convert

RGB1173767-
CMYK00.680.430.54
HSL337.5º51.95%30.2%-
HSV(B)337.5º68.38%45.88%-
XYZ9.015.515.9-
YUV64.34129.5165.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.94%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 67 (26.56% from 255) = 30.32%
R=52.94%
G=16.74%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117376700.680.430.54337.551.9530.2
Hex7525430442B36152341e
Octal16545103010453665226436
Binary111010110010110000110100010010101111011010101001011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752543; }

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

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

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

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

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

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

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

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