#75213F

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

Shades of Siren #75213F

Tints of Siren #75213F

Color information

#75213F (or 0x75213F) is unknown color: approx Siren. HEX triplet: 75, 21 and 3F. RGB value is (117,33,63). Sum of RGB (Red+Green+Blue) = 117+33+63=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #75213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75213F is #8ADEC0. Grayscale: #3D3D3D. Windows color (decimal): -9100993 or 4137333. OLE color: 4137333.

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

Color convert

RGB1173363-
CMYK00.720.460.54
HSL338.57º56%29.41%-
HSV(B)338.57º71.79%45.88%-
XYZ8.785.235.25-
YUV61.54128.83167.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.93%
GREEN value IS 33 (13.28% from 255) = 15.49%
BLUE value IS 63 (25% from 255) = 29.58%
R=54.93%
G=15.49%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117336300.720.460.54338.575629.41
Hex75213F0482E36153381d
Octal1654177011056665237035
Binary11101011000011111110100100010111011011010101001111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75213F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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