#6B314C

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

Shades of Flirt #6B314C

Tints of Flirt #6B314C

Color information

#6B314C (or 0x6B314C) is unknown color: approx Flirt. HEX triplet: 6B, 31 and 4C. RGB value is (107,49,76). Sum of RGB (Red+Green+Blue) = 107+49+76=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 107 - color contains mainly: red. Hex color #6B314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B314C is #94CEB3. Grayscale: #454545. Windows color (decimal): -9752244 or 4993387. OLE color: 4993387.

HSL color Cylindrical-coordinate representation of color #6B314C: hue angle of 332.07º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B314C is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB1074976-
CMYK00.540.290.58
HSL332.07º37.18%30.59%-
HSV(B)332.07º54.21%41.96%-
XYZ8.475.847.52-
YUV69.42131.72154.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.12%
GREEN value IS 49 (19.53% from 255) = 21.12%
BLUE value IS 76 (30.08% from 255) = 32.76%
R=46.12%
G=21.12%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107497600.540.290.58332.0737.1830.59
Hex6B314C0361D3A14c251f
Octal1536111406635725144537
Binary1101011110001100110001101101110111101010100110010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,49,76); }

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

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

 a { background-color: rgb(107,49,76); }

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

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

 span { border-color: rgb(107,49,76); }

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