#601E38

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

Shades of Siren #601E38

Tints of Siren #601E38

Color information

#601E38 (or 0x601E38) is unknown color: approx Siren. HEX triplet: 60, 1E and 38. RGB value is (96,30,56). Sum of RGB (Red+Green+Blue) = 96+30+56=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #601E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601E38 is #9FE1C7. Grayscale: #343434. Windows color (decimal): -10478024 or 3677792. OLE color: 3677792.

HSL color Cylindrical-coordinate representation of color #601E38: hue angle of 336.36º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #601E38 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB963056-
CMYK00.690.420.62
HSL336.36º52.38%24.71%-
HSV(B)336.36º68.75%37.65%-
XYZ63.74.14-
YUV52.7129.87158.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.75%
GREEN value IS 30 (12.11% from 255) = 16.48%
BLUE value IS 56 (22.27% from 255) = 30.77%
R=52.75%
G=16.48%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96305600.690.420.62336.3652.3824.71
Hex601E380452A3E1503419
Octal1403670010552765206431
Binary1100000111101110000100010110101011111010101000011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601E38; }

 p { color: rgb(96,30,56); }

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

<style>
 a { background-color: #601E38; }

 a { background-color: rgb(96,30,56); }

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

<style>
 span { border-color: #601E38; }

 span { border-color: rgb(96,30,56); }

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