#6F2C4B

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

Shades of Flirt #6F2C4B

Tints of Flirt #6F2C4B

Color information

#6F2C4B (or 0x6F2C4B) is unknown color: approx Flirt. HEX triplet: 6F, 2C and 4B. RGB value is (111,44,75). Sum of RGB (Red+Green+Blue) = 111+44+75=230 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.26% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2C4B is #90D3B4. Grayscale: #434343. Windows color (decimal): -9491381 or 4926575. OLE color: 4926575.

HSL color Cylindrical-coordinate representation of color #6F2C4B: hue angle of 332.24º 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 #6F2C4B is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1114475-
CMYK00.600.320.56
HSL332.24º43.23%30.39%-
HSV(B)332.24º60.36%43.53%-
XYZ8.735.697.29-
YUV67.57132.2158.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.26%
GREEN value IS 44 (17.58% from 255) = 19.13%
BLUE value IS 75 (29.69% from 255) = 32.61%
R=48.26%
G=19.13%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111447500.600.320.56332.2443.2330.39
Hex6F2C4B03C203814c2b1e
Octal1575411307440705145336
Binary11011111011001001011011110010000011100010100110010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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