#6F324B

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

Shades of Flirt #6F324B

Tints of Flirt #6F324B

Color information

#6F324B (or 0x6F324B) is unknown color: approx Flirt. HEX triplet: 6F, 32 and 4B. RGB value is (111,50,75). Sum of RGB (Red+Green+Blue) = 111+50+75=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F324B is #90CDB4. Grayscale: #474747. Windows color (decimal): -9489845 or 4928111. OLE color: 4928111.

HSL color Cylindrical-coordinate representation of color #6F324B: hue angle of 335.41º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F324B is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1115075-
CMYK00.550.320.56
HSL335.41º37.89%31.57%-
HSV(B)335.41º54.95%43.53%-
XYZ8.976.177.37-
YUV71.09130.21156.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.03%
GREEN value IS 50 (19.92% from 255) = 21.19%
BLUE value IS 75 (29.69% from 255) = 31.78%
R=47.03%
G=21.19%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111507500.550.320.56335.4137.8931.57
Hex6F324B037203814f2620
Octal1576211306740705174640
Binary110111111001010010110110111100000111000101001111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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