#74223D

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

Shades of Siren #74223D

Tints of Siren #74223D

Color information

#74223D (or 0x74223D) is unknown color: approx Siren. HEX triplet: 74, 22 and 3D. RGB value is (116,34,61). Sum of RGB (Red+Green+Blue) = 116+34+61=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #74223D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74223D is #8BDDC2. Grayscale: #3D3D3D. Windows color (decimal): -9166275 or 4006516. OLE color: 4006516.

HSL color Cylindrical-coordinate representation of color #74223D: hue angle of 340.24º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74223D is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB1163461-
CMYK00.710.470.55
HSL340.24º54.67%29.41%-
HSV(B)340.24º70.69%45.49%-
XYZ8.625.194.96-
YUV61.6127.67166.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.98%
GREEN value IS 34 (13.67% from 255) = 16.11%
BLUE value IS 61 (24.22% from 255) = 28.91%
R=54.98%
G=16.11%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116346100.710.470.55340.2454.6729.41
Hex74223D0472F37154371d
Octal1644275010757675246735
Binary11101001000101111010100011110111111011110101010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,34,61); }

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

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

 a { background-color: rgb(116,34,61); }

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

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

 span { border-color: rgb(116,34,61); }

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