#74213F

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

Shades of Siren #74213F

Tints of Siren #74213F

Color information

#74213F (or 0x74213F) is unknown color: approx Siren. HEX triplet: 74, 21 and 3F. RGB value is (116,33,63). Sum of RGB (Red+Green+Blue) = 116+33+63=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #74213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74213F is #8BDEC0. Grayscale: #3D3D3D. Windows color (decimal): -9166529 or 4137332. OLE color: 4137332.

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

Color convert

RGB1163363-
CMYK00.720.460.55
HSL338.31º55.7%29.22%-
HSV(B)338.31º71.55%45.49%-
XYZ8.645.165.24-
YUV61.24129167.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.72%
GREEN value IS 33 (13.28% from 255) = 15.57%
BLUE value IS 63 (25% from 255) = 29.72%
R=54.72%
G=15.57%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116336300.720.460.55338.3155.729.22
Hex74213F0482E37152381d
Octal1644177011056675227035
Binary11101001000011111110100100010111011011110101001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74213F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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