#74233D

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

Shades of Siren #74233D

Tints of Siren #74233D

Color information

#74233D (or 0x74233D) is unknown color: approx Siren. HEX triplet: 74, 23 and 3D. RGB value is (116,35,61). Sum of RGB (Red+Green+Blue) = 116+35+61=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #74233D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74233D is #8BDCC2. Grayscale: #3E3E3E. Windows color (decimal): -9166019 or 4006772. OLE color: 4006772.

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

Color convert

RGB1163561-
CMYK00.700.470.55
HSL340.74º53.64%29.61%-
HSV(B)340.74º69.83%45.49%-
XYZ8.655.254.97-
YUV62.18127.34166.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.72%
GREEN value IS 35 (14.06% from 255) = 16.51%
BLUE value IS 61 (24.22% from 255) = 28.77%
R=54.72%
G=16.51%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116356100.700.470.55340.7453.6429.61
Hex74233D0462F37155361e
Octal1644375010657675256636
Binary11101001000111111010100011010111111011110101010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74233D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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