#7B254A

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

Shades of Flirt #7B254A

Tints of Flirt #7B254A

Color information

#7B254A (or 0x7B254A) is unknown color: approx Flirt. HEX triplet: 7B, 25 and 4A. RGB value is (123,37,74). Sum of RGB (Red+Green+Blue) = 123+37+74=234 (30% of max value = 765). Red value is 123 (48.44% from 255 or 52.56% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 123 - color contains mainly: red. Hex color #7B254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B254A is #84DAB5. Grayscale: #424242. Windows color (decimal): -8706742 or 4859259. OLE color: 4859259.

HSL color Cylindrical-coordinate representation of color #7B254A: hue angle of 334.19º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B254A is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB1233774-
CMYK00.700.400.52
HSL334.19º53.75%31.37%-
HSV(B)334.19º69.92%48.24%-
XYZ10.076.037.11-
YUV66.93131.99167.99-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 52.56%
GREEN value IS 37 (14.84% from 255) = 15.81%
BLUE value IS 74 (29.30% from 255) = 31.62%
R=52.56%
G=15.81%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123377400.700.400.52334.1953.7531.37
Hex7B254A046283414e361f
Octal17345112010650645166637
Binary111101110010110010100100011010100011010010100111011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,37,74); }

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

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

 a { background-color: rgb(123,37,74); }

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

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

 span { border-color: rgb(123,37,74); }

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