#6E273B

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

Shades of Siren #6E273B

Tints of Siren #6E273B

Color information

#6E273B (or 0x6E273B) is unknown color: approx Siren. HEX triplet: 6E, 27 and 3B. RGB value is (110,39,59). Sum of RGB (Red+Green+Blue) = 110+39+59=208 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.88% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 110 - color contains mainly: red. Hex color #6E273B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E273B is #91D8C4. Grayscale: #3E3E3E. Windows color (decimal): -9558213 or 3876718. OLE color: 3876718.

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

Color convert

RGB1103959-
CMYK00.650.460.57
HSL343.1º47.65%29.22%-
HSV(B)343.1º64.55%43.14%-
XYZ7.955.084.7-
YUV62.51126.02161.87-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 52.88%
GREEN value IS 39 (15.62% from 255) = 18.75%
BLUE value IS 59 (23.44% from 255) = 28.37%
R=52.88%
G=18.75%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110395900.650.460.57343.147.6529.22
Hex6E273B0412E39157301d
Octal1564773010156715276035
Binary11011101001111110110100000110111011100110101011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E273B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,39,59); }

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

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

 a { background-color: rgb(110,39,59); }

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

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

 span { border-color: rgb(110,39,59); }

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