#6F2C4A

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

Shades of Flirt #6F2C4A

Tints of Flirt #6F2C4A

Color information

#6F2C4A (or 0x6F2C4A) is unknown color: approx Flirt. HEX triplet: 6F, 2C and 4A. RGB value is (111,44,74). Sum of RGB (Red+Green+Blue) = 111+44+74=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2C4A is #90D3B5. Grayscale: #434343. Windows color (decimal): -9491382 or 4861039. OLE color: 4861039.

HSL color Cylindrical-coordinate representation of color #6F2C4A: hue angle of 333.13º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F2C4A is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1114474-
CMYK00.600.330.56
HSL333.13º43.23%30.39%-
HSV(B)333.13º60.36%43.53%-
XYZ8.695.687.12-
YUV67.45131.7159.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.47%
GREEN value IS 44 (17.58% from 255) = 19.21%
BLUE value IS 74 (29.30% from 255) = 32.31%
R=48.47%
G=19.21%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111447400.600.330.56333.1343.2330.39
Hex6F2C4A03C213814d2b1e
Octal1575411207441705155336
Binary11011111011001001010011110010000111100010100110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,44,74); }

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

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

 a { background-color: rgb(111,44,74); }

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

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

 span { border-color: rgb(111,44,74); }

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