#693141

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

Shades of Siren #693141

Tints of Siren #693141

Color information

#693141 (or 0x693141) is unknown color: approx Siren. HEX triplet: 69, 31 and 41. RGB value is (105,49,65). Sum of RGB (Red+Green+Blue) = 105+49+65=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #693141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693141 is #96CEBE. Grayscale: #434343. Windows color (decimal): -9883327 or 4272489. OLE color: 4272489.

HSL color Cylindrical-coordinate representation of color #693141: hue angle of 342.86º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #693141 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1054965-
CMYK00.530.380.59
HSL342.86º36.36%30.2%-
HSV(B)342.86º53.33%41.18%-
XYZ7.885.585.66-
YUV67.57126.55154.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.95%
GREEN value IS 49 (19.53% from 255) = 22.37%
BLUE value IS 65 (25.78% from 255) = 29.68%
R=47.95%
G=22.37%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105496500.530.380.59342.8636.3630.2
Hex693141035263B157241e
Octal1516110106546735274436
Binary11010011100011000001011010110011011101110101011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693141; }

 p { color: rgb(105,49,65); }

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

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

 a { background-color: rgb(105,49,65); }

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

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

 span { border-color: rgb(105,49,65); }

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