#6F3248

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

Shades of Flirt #6F3248

Tints of Flirt #6F3248

Color information

#6F3248 (or 0x6F3248) is unknown color: approx Flirt. HEX triplet: 6F, 32 and 48. RGB value is (111,50,72). Sum of RGB (Red+Green+Blue) = 111+50+72=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3248 is #90CDB7. Grayscale: #464646. Windows color (decimal): -9489848 or 4731503. OLE color: 4731503.

HSL color Cylindrical-coordinate representation of color #6F3248: hue angle of 338.36º 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 #6F3248 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB1115072-
CMYK00.550.350.56
HSL338.36º37.89%31.57%-
HSV(B)338.36º54.95%43.53%-
XYZ8.876.136.85-
YUV70.75128.71156.71-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.64%
GREEN value IS 50 (19.92% from 255) = 21.46%
BLUE value IS 72 (28.52% from 255) = 30.90%
R=47.64%
G=21.46%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111507200.550.350.56338.3637.8931.57
Hex6F324803723381522620
Octal1576211006743705224640
Binary110111111001010010000110111100011111000101010010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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