#6E2D4E

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

Shades of Flirt #6E2D4E

Tints of Flirt #6E2D4E

Color information

#6E2D4E (or 0x6E2D4E) is unknown color: approx Flirt. HEX triplet: 6E, 2D and 4E. RGB value is (110,45,78). Sum of RGB (Red+Green+Blue) = 110+45+78=233 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.21% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2D4E is #91D2B1. Grayscale: #444444. Windows color (decimal): -9556658 or 5123438. OLE color: 5123438.

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

Color convert

RGB1104578-
CMYK00.590.290.57
HSL329.54º41.94%30.39%-
HSV(B)329.54º59.09%43.14%-
XYZ8.745.747.86-
YUV68.2133.53157.82-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 47.21%
GREEN value IS 45 (17.97% from 255) = 19.31%
BLUE value IS 78 (30.86% from 255) = 33.48%
R=47.21%
G=19.31%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110457800.590.290.57329.5441.9430.39
Hex6E2D4E03B1D3914a2a1e
Octal1565511607335715125236
Binary1101110101101100111001110111110111100110100101010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,45,78); }

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

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

 a { background-color: rgb(110,45,78); }

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

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

 span { border-color: rgb(110,45,78); }

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