#75293F

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

Shades of Siren #75293F

Tints of Siren #75293F

Color information

#75293F (or 0x75293F) is unknown color: approx Siren. HEX triplet: 75, 29 and 3F. RGB value is (117,41,63). Sum of RGB (Red+Green+Blue) = 117+41+63=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #75293F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75293F is #8AD6C0. Grayscale: #424242. Windows color (decimal): -9098945 or 4139381. OLE color: 4139381.

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

Color convert

RGB1174163-
CMYK00.650.460.54
HSL342.63º48.1%30.98%-
HSV(B)342.63º64.96%45.88%-
XYZ9.035.735.33-
YUV66.23126.18164.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.94%
GREEN value IS 41 (16.41% from 255) = 18.55%
BLUE value IS 63 (25% from 255) = 28.51%
R=52.94%
G=18.55%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117416300.650.460.54342.6348.130.98
Hex75293F0412E36157301f
Octal1655177010156665276037
Binary11101011010011111110100000110111011011010101011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75293F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75293F; }

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

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

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

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

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

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

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

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