#601A34

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

Shades of Siren #601A34

Tints of Siren #601A34

Color information

#601A34 (or 0x601A34) is unknown color: approx Siren. HEX triplet: 60, 1A and 34. RGB value is (96,26,52). Sum of RGB (Red+Green+Blue) = 96+26+52=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #601A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601A34 is #9FE5CB. Grayscale: #313131. Windows color (decimal): -10479052 or 3414624. OLE color: 3414624.

HSL color Cylindrical-coordinate representation of color #601A34: hue angle of 337.71º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #601A34 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB962652-
CMYK00.730.460.62
HSL337.71º57.38%23.92%-
HSV(B)337.71º72.92%37.65%-
XYZ5.813.473.61-
YUV49.89129.19160.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.17%
GREEN value IS 26 (10.55% from 255) = 14.94%
BLUE value IS 52 (20.70% from 255) = 29.89%
R=55.17%
G=14.94%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96265200.730.460.62337.7157.3823.92
Hex601A340492E3E1523918
Octal1403264011156765227130
Binary1100000110101101000100100110111011111010101001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,26,52); }

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

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

 a { background-color: rgb(96,26,52); }

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

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

 span { border-color: rgb(96,26,52); }

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