#6F3752

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

Shades of Flirt #6F3752

Tints of Flirt #6F3752

Color information

#6F3752 (or 0x6F3752) is unknown color: approx Flirt. HEX triplet: 6F, 37 and 52. RGB value is (111,55,82). Sum of RGB (Red+Green+Blue) = 111+55+82=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3752 is #90C8AD. Grayscale: #4A4A4A. Windows color (decimal): -9488558 or 5388143. OLE color: 5388143.

HSL color Cylindrical-coordinate representation of color #6F3752: hue angle of 331.07º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F3752 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB1115582-
CMYK00.500.260.56
HSL331.07º33.73%32.55%-
HSV(B)331.07º50.45%43.53%-
XYZ9.446.728.78-
YUV74.82132.05153.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.76%
GREEN value IS 55 (21.88% from 255) = 22.18%
BLUE value IS 82 (32.42% from 255) = 33.06%
R=44.76%
G=22.18%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111558200.500.260.56331.0733.7332.55
Hex6F37520321A3814b2221
Octal1576712206232705134241
Binary11011111101111010010011001011010111000101001011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,55,82); }

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

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

 a { background-color: rgb(111,55,82); }

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

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

 span { border-color: rgb(111,55,82); }

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