#75253F

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

Shades of Siren #75253F

Tints of Siren #75253F

Color information

#75253F (or 0x75253F) is unknown color: approx Siren. HEX triplet: 75, 25 and 3F. RGB value is (117,37,63). Sum of RGB (Red+Green+Blue) = 117+37+63=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #75253F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75253F is #8ADAC0. Grayscale: #3F3F3F. Windows color (decimal): -9099969 or 4138357. OLE color: 4138357.

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

Color convert

RGB1173763-
CMYK00.680.460.54
HSL340.5º51.95%30.2%-
HSV(B)340.5º68.38%45.88%-
XYZ8.895.465.29-
YUV63.88127.5165.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.92%
GREEN value IS 37 (14.84% from 255) = 17.05%
BLUE value IS 63 (25% from 255) = 29.03%
R=53.92%
G=17.05%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117376300.680.460.54340.551.9530.2
Hex75253F0442E36154341e
Octal1654577010456665246436
Binary11101011001011111110100010010111011011010101010011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75253F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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