#752A3C

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

Shades of Siren #752A3C

Tints of Siren #752A3C

Color information

#752A3C (or 0x752A3C) is unknown color: approx Siren. HEX triplet: 75, 2A and 3C. RGB value is (117,42,60). Sum of RGB (Red+Green+Blue) = 117+42+60=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #752A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752A3C is #8AD5C3. Grayscale: #424242. Windows color (decimal): -9098692 or 3943029. OLE color: 3943029.

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

Color convert

RGB1174260-
CMYK00.640.490.54
HSL345.6º47.17%31.18%-
HSV(B)345.6º64.1%45.88%-
XYZ8.985.764.91-
YUV66.48124.35164.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.42%
GREEN value IS 42 (16.80% from 255) = 19.18%
BLUE value IS 60 (23.83% from 255) = 27.40%
R=53.42%
G=19.18%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117426000.640.490.54345.647.1731.18
Hex752A3C040313615a2f1f
Octal1655274010061665325737
Binary11101011010101111000100000011000111011010101101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,42,60); }

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

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

 a { background-color: rgb(117,42,60); }

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

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

 span { border-color: rgb(117,42,60); }

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