#752C40

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

Shades of Siren #752C40

Tints of Siren #752C40

Color information

#752C40 (or 0x752C40) is unknown color: approx Siren. HEX triplet: 75, 2C and 40. RGB value is (117,44,64). Sum of RGB (Red+Green+Blue) = 117+44+64=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #752C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C40 is #8AD3BF. Grayscale: #444444. Windows color (decimal): -9098176 or 4205685. OLE color: 4205685.

HSL color Cylindrical-coordinate representation of color #752C40: hue angle of 343.56º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #752C40 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB1174464-
CMYK00.620.450.54
HSL343.56º45.34%31.57%-
HSV(B)343.56º62.39%45.88%-
XYZ9.165.955.52-
YUV68.11125.68162.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52%
GREEN value IS 44 (17.58% from 255) = 19.56%
BLUE value IS 64 (25.39% from 255) = 28.44%
R=52%
G=19.56%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117446400.620.450.54343.5645.3431.57
Hex752C4003E2D361582d20
Octal1655410007655665305540
Binary111010110110010000000111110101101110110101011000101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752C40; }

 p { color: rgb(117,44,64); }

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

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

 a { background-color: rgb(117,44,64); }

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

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

 span { border-color: rgb(117,44,64); }

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