#752842

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

Shades of Siren #752842

Tints of Siren #752842

Color information

#752842 (or 0x752842) is unknown color: approx Siren. HEX triplet: 75, 28 and 42. RGB value is (117,40,66). Sum of RGB (Red+Green+Blue) = 117+40+66=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #752842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752842 is #8AD7BD. Grayscale: #414141. Windows color (decimal): -9099198 or 4335733. OLE color: 4335733.

HSL color Cylindrical-coordinate representation of color #752842: hue angle of 339.74º 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 #752842 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB1174066-
CMYK00.660.440.54
HSL339.74º49.04%30.78%-
HSV(B)339.74º65.81%45.88%-
XYZ9.085.695.77-
YUV65.99128.01164.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.47%
GREEN value IS 40 (16.02% from 255) = 17.94%
BLUE value IS 66 (26.17% from 255) = 29.60%
R=52.47%
G=17.94%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117406600.660.440.54339.7449.0430.78
Hex7528420422C36154311f
Octal16550102010254665246137
Binary111010110100010000100100001010110011011010101010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752842; }

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

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

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

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

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

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

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

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