#7B2B48

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

Shades of Flirt #7B2B48

Tints of Flirt #7B2B48

Color information

#7B2B48 (or 0x7B2B48) is unknown color: approx Flirt. HEX triplet: 7B, 2B and 48. RGB value is (123,43,72). Sum of RGB (Red+Green+Blue) = 123+43+72=238 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.68% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2B48 is #84D4B7. Grayscale: #464646. Windows color (decimal): -8705208 or 4729723. OLE color: 4729723.

HSL color Cylindrical-coordinate representation of color #7B2B48: hue angle of 338.25º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B2B48 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB1234372-
CMYK00.650.410.52
HSL338.25º48.19%32.55%-
HSV(B)338.25º65.04%48.24%-
XYZ10.26.416.83-
YUV70.23129165.64-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 51.68%
GREEN value IS 43 (17.19% from 255) = 18.07%
BLUE value IS 72 (28.52% from 255) = 30.25%
R=51.68%
G=18.07%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123437200.650.410.52338.2548.1932.55
Hex7B2B4804129341523021
Octal17353110010151645226041
Binary1111011101011100100001000001101001110100101010010110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,43,72); }

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

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

 a { background-color: rgb(123,43,72); }

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

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

 span { border-color: rgb(123,43,72); }

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