#6B3352

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

Shades of Flirt #6B3352

Tints of Flirt #6B3352

Color information

#6B3352 (or 0x6B3352) is unknown color: approx Flirt. HEX triplet: 6B, 33 and 52. RGB value is (107,51,82). Sum of RGB (Red+Green+Blue) = 107+51+82=240 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.58% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3352 is #94CCAD. Grayscale: #474747. Windows color (decimal): -9751726 or 5387115. OLE color: 5387115.

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

Color convert

RGB1075182-
CMYK00.520.230.58
HSL326.79º35.44%30.98%-
HSV(B)326.79º52.34%41.96%-
XYZ8.776.18.7-
YUV71.28134.05153.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.58%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 82 (32.42% from 255) = 34.17%
R=44.58%
G=21.25%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107518200.520.230.58326.7935.4430.98
Hex6B3352034173A147231f
Octal1536312206427725074337
Binary1101011110011101001001101001011111101010100011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,51,82); }

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

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

 a { background-color: rgb(107,51,82); }

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

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

 span { border-color: rgb(107,51,82); }

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