#75213d

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

Shades of Siren #75213D

Tints of Siren #75213D

Color information

#75213D (or 0x75213D) is unknown color: approx Siren. HEX triplet: 75, 21 and 3D. RGB value is (117,33,61). Sum of RGB (Red+Green+Blue) = 117+33+61=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #75213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75213D is #8ADEC2. Grayscale: #3D3D3D. Windows color (decimal): -9100995 or 4006261. OLE color: 4006261.

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

Color convert

RGB1173361-
CMYK00.720.480.54
HSL340º56%29.41%-
HSV(B)340º71.79%45.88%-
XYZ8.725.214.96-
YUV61.31127.83167.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.45%
GREEN value IS 33 (13.28% from 255) = 15.64%
BLUE value IS 61 (24.22% from 255) = 28.91%
R=55.45%
G=15.64%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117336100.720.480.543405629.41
Hex75213D0483036154381d
Octal1654175011060665247035
Binary11101011000011111010100100011000011011010101010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75213d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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