#75273F

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

Shades of Siren #75273F

Tints of Siren #75273F

Color information

#75273F (or 0x75273F) is unknown color: approx Siren. HEX triplet: 75, 27 and 3F. RGB value is (117,39,63). Sum of RGB (Red+Green+Blue) = 117+39+63=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #75273F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75273F is #8AD8C0. Grayscale: #414141. Windows color (decimal): -9099457 or 4138869. OLE color: 4138869.

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

Color convert

RGB1173963-
CMYK00.670.460.54
HSL341.54º50%30.59%-
HSV(B)341.54º66.67%45.88%-
XYZ8.965.595.31-
YUV65.06126.84165.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.42%
GREEN value IS 39 (15.62% from 255) = 17.81%
BLUE value IS 63 (25% from 255) = 28.77%
R=53.42%
G=17.81%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117396300.670.460.54341.545030.59
Hex75273F0432E36156321f
Octal1654777010356665266237
Binary11101011001111111110100001110111011011010101011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75273F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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