#6E1F3B

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

Shades of Siren #6E1F3B

Tints of Siren #6E1F3B

Color information

#6E1F3B (or 0x6E1F3B) is unknown color: approx Siren. HEX triplet: 6E, 1F and 3B. RGB value is (110,31,59). Sum of RGB (Red+Green+Blue) = 110+31+59=200 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1F3B is #91E0C4. Grayscale: #393939. Windows color (decimal): -9560261 or 3874670. OLE color: 3874670.

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

Color convert

RGB1103159-
CMYK00.720.460.57
HSL338.73º56.03%27.65%-
HSV(B)338.73º71.82%43.14%-
XYZ7.714.614.62-
YUV57.81128.67165.22-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 55%
GREEN value IS 31 (12.5% from 255) = 15.5%
BLUE value IS 59 (23.44% from 255) = 29.5%
R=55%
G=15.5%
B=29.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110315900.720.460.57338.7356.0327.65
Hex6E1F3B0482E39153381c
Octal1563773011056715237034
Binary1101110111111110110100100010111011100110101001111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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