#6D2841

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

Shades of Siren #6D2841

Tints of Siren #6D2841

Color information

#6D2841 (or 0x6D2841) is unknown color: approx Siren. HEX triplet: 6D, 28 and 41. RGB value is (109,40,65). Sum of RGB (Red+Green+Blue) = 109+40+65=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2841 is #92D7BE. Grayscale: #3F3F3F. Windows color (decimal): -9623487 or 4270189. OLE color: 4270189.

HSL color Cylindrical-coordinate representation of color #6D2841: hue angle of 338.26º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D2841 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.57.

Color convert

RGB1094065-
CMYK00.630.400.57
HSL338.26º46.31%29.22%-
HSV(B)338.26º63.3%42.75%-
XYZ8.025.155.57-
YUV63.48128.86160.47-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 50.93%
GREEN value IS 40 (16.02% from 255) = 18.69%
BLUE value IS 65 (25.78% from 255) = 30.37%
R=50.93%
G=18.69%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109406500.630.400.57338.2646.3129.22
Hex6D284103F28391522e1d
Octal1555010107750715225635
Binary11011011010001000001011111110100011100110101001010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D2841; }

 p { color: rgb(109,40,65); }

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

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

 a { background-color: rgb(109,40,65); }

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

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

 span { border-color: rgb(109,40,65); }

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