#752840

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

Shades of Siren #752840

Tints of Siren #752840

Color information

#752840 (or 0x752840) is unknown color: approx Siren. HEX triplet: 75, 28 and 40. RGB value is (117,40,64). Sum of RGB (Red+Green+Blue) = 117+40+64=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #752840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752840 is #8AD7BF. Grayscale: #414141. Windows color (decimal): -9099200 or 4204661. OLE color: 4204661.

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

Color convert

RGB1174064-
CMYK00.660.450.54
HSL341.3º49.04%30.78%-
HSV(B)341.3º65.81%45.88%-
XYZ9.025.675.47-
YUV65.76127.01164.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.94%
GREEN value IS 40 (16.02% from 255) = 18.10%
BLUE value IS 64 (25.39% from 255) = 28.96%
R=52.94%
G=18.10%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117406400.660.450.54341.349.0430.78
Hex7528400422D36155311f
Octal16550100010255665256137
Binary111010110100010000000100001010110111011010101010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752840; }

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

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

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

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

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

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

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

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