#75273D

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

Shades of Siren #75273D

Tints of Siren #75273D

Color information

#75273D (or 0x75273D) is unknown color: approx Siren. HEX triplet: 75, 27 and 3D. RGB value is (117,39,61). Sum of RGB (Red+Green+Blue) = 117+39+61=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #75273D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75273D is #8AD8C2. Grayscale: #404040. Windows color (decimal): -9099459 or 4007797. OLE color: 4007797.

HSL color Cylindrical-coordinate representation of color #75273D: hue angle of 343.08º 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 #75273D is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB1173961-
CMYK00.670.480.54
HSL343.08º50%30.59%-
HSV(B)343.08º66.67%45.88%-
XYZ8.95.575.02-
YUV64.83125.84165.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.92%
GREEN value IS 39 (15.62% from 255) = 17.97%
BLUE value IS 61 (24.22% from 255) = 28.11%
R=53.92%
G=17.97%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117396100.670.480.54343.085030.59
Hex75273D0433036157321f
Octal1654775010360665276237
Binary11101011001111111010100001111000011011010101011111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75273D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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