#6F3353

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

Shades of Flirt #6F3353

Tints of Flirt #6F3353

Color information

#6F3353 (or 0x6F3353) is unknown color: approx Flirt. HEX triplet: 6F, 33 and 53. RGB value is (111,51,83). Sum of RGB (Red+Green+Blue) = 111+51+83=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3353 is #90CCAC. Grayscale: #484848. Windows color (decimal): -9489581 or 5452655. OLE color: 5452655.

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

Color convert

RGB1115183-
CMYK00.540.250.56
HSL328º37.04%31.76%-
HSV(B)328º54.05%43.53%-
XYZ9.36.378.92-
YUV72.59133.88155.4-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.31%
GREEN value IS 51 (20.31% from 255) = 20.82%
BLUE value IS 83 (32.81% from 255) = 33.88%
R=45.31%
G=20.82%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111518300.540.250.5632837.0431.76
Hex6F335303619381482520
Octal1576312306631705104540
Binary11011111100111010011011011011001111000101001000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,51,83); }

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

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

 a { background-color: rgb(111,51,83); }

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

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

 span { border-color: rgb(111,51,83); }

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