#6F2D50

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

Shades of Flirt #6F2D50

Tints of Flirt #6F2D50

Color information

#6F2D50 (or 0x6F2D50) is unknown color: approx Flirt. HEX triplet: 6F, 2D and 50. RGB value is (111,45,80). Sum of RGB (Red+Green+Blue) = 111+45+80=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2D50 is #90D2AF. Grayscale: #444444. Windows color (decimal): -9491120 or 5254511. OLE color: 5254511.

HSL color Cylindrical-coordinate representation of color #6F2D50: hue angle of 328.18º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F2D50 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB1114580-
CMYK00.590.280.56
HSL328.18º42.31%30.59%-
HSV(B)328.18º59.46%43.53%-
XYZ8.945.848.24-
YUV68.72134.37158.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.03%
GREEN value IS 45 (17.97% from 255) = 19.07%
BLUE value IS 80 (31.64% from 255) = 33.90%
R=47.03%
G=19.07%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111458000.590.280.56328.1842.3130.59
Hex6F2D5003B1C381482a1f
Octal1575512007334705105237
Binary1101111101101101000001110111110011100010100100010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,45,80); }

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

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

 a { background-color: rgb(111,45,80); }

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

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

 span { border-color: rgb(111,45,80); }

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