#752D3F

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

Shades of Siren #752D3F

Tints of Siren #752D3F

Color information

#752D3F (or 0x752D3F) is unknown color: approx Siren. HEX triplet: 75, 2D and 3F. RGB value is (117,45,63). Sum of RGB (Red+Green+Blue) = 117+45+63=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #752D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752D3F is #8AD2C0. Grayscale: #444444. Windows color (decimal): -9097921 or 4140405. OLE color: 4140405.

HSL color Cylindrical-coordinate representation of color #752D3F: hue angle of 345º degrees, saturation: 0.44, 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 #752D3F is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB1174563-
CMYK00.620.460.54
HSL345º44.44%31.76%-
HSV(B)345º61.54%45.88%-
XYZ9.176.025.38-
YUV68.58124.85162.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52%
GREEN value IS 45 (17.97% from 255) = 20%
BLUE value IS 63 (25% from 255) = 28%
R=52%
G=20%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117456300.620.460.5434544.4431.76
Hex752D3F03E2E361592c20
Octal165557707656665315440
Binary11101011011011111110111110101110110110101011001101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,45,63); }

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

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

 a { background-color: rgb(117,45,63); }

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

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

 span { border-color: rgb(117,45,63); }

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