#653140

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

Shades of Siren #653140

Tints of Siren #653140

Color information

#653140 (or 0x653140) is unknown color: approx Siren. HEX triplet: 65, 31 and 40. RGB value is (101,49,64). Sum of RGB (Red+Green+Blue) = 101+49+64=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 101 - color contains mainly: red. Hex color #653140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653140 is #9ACEBF. Grayscale: #424242. Windows color (decimal): -10145472 or 4206949. OLE color: 4206949.

HSL color Cylindrical-coordinate representation of color #653140: hue angle of 342.69º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #653140 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.60.

Color convert

RGB1014964-
CMYK00.510.370.60
HSL342.69º34.67%29.41%-
HSV(B)342.69º51.49%39.61%-
XYZ7.395.335.49-
YUV66.26126.73152.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.20%
GREEN value IS 49 (19.53% from 255) = 22.90%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=47.20%
G=22.90%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101496400.510.370.60342.6934.6729.41
Hex653140033253C157231d
Octal1456110006345745274335
Binary11001011100011000000011001110010111110010101011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653140; }

 p { color: rgb(101,49,64); }

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

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

 a { background-color: rgb(101,49,64); }

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

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

 span { border-color: rgb(101,49,64); }

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