#6F2841

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

Shades of Siren #6F2841

Tints of Siren #6F2841

Color information

#6F2841 (or 0x6F2841) is unknown color: approx Siren. HEX triplet: 6F, 28 and 41. RGB value is (111,40,65). Sum of RGB (Red+Green+Blue) = 111+40+65=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2841 is #90D7BE. Grayscale: #404040. Windows color (decimal): -9492415 or 4270191. OLE color: 4270191.

HSL color Cylindrical-coordinate representation of color #6F2841: hue angle of 338.87º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F2841 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB1114065-
CMYK00.640.410.56
HSL338.87º47.02%29.61%-
HSV(B)338.87º63.96%43.53%-
XYZ8.275.285.58-
YUV64.08128.52161.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.39%
GREEN value IS 40 (16.02% from 255) = 18.52%
BLUE value IS 65 (25.78% from 255) = 30.09%
R=51.39%
G=18.52%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111406500.640.410.56338.8747.0229.61
Hex6F284104029381532f1e
Octal15750101010051705235736
Binary110111110100010000010100000010100111100010101001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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