#7B2647

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

Shades of Flirt #7B2647

Tints of Flirt #7B2647

Color information

#7B2647 (or 0x7B2647) is unknown color: approx Flirt. HEX triplet: 7B, 26 and 47. RGB value is (123,38,71). Sum of RGB (Red+Green+Blue) = 123+38+71=232 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.02% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2647 is #84D9B8. Grayscale: #434343. Windows color (decimal): -8706489 or 4662907. OLE color: 4662907.

HSL color Cylindrical-coordinate representation of color #7B2647: hue angle of 336.71º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B2647 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.52.

Color convert

RGB1233871-
CMYK00.690.420.52
HSL336.71º52.8%31.57%-
HSV(B)336.71º69.11%48.24%-
XYZ106.056.6-
YUV67.18130.16167.82-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 53.02%
GREEN value IS 38 (15.23% from 255) = 16.38%
BLUE value IS 71 (28.12% from 255) = 30.60%
R=53.02%
G=16.38%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123387100.690.420.52336.7152.831.57
Hex7B26470452A341513520
Octal17346107010552645216540
Binary1111011100110100011101000101101010110100101010001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B2647; }

 p { color: rgb(123,38,71); }

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

<style>
 a { background-color: #7B2647; }

 a { background-color: rgb(123,38,71); }

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

<style>
 span { border-color: #7B2647; }

 span { border-color: rgb(123,38,71); }

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