#7F234B

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

Shades of Flirt #7F234B

Tints of Flirt #7F234B

Color information

#7F234B (or 0x7F234B) is unknown color: approx Flirt. HEX triplet: 7F, 23 and 4B. RGB value is (127,35,75). Sum of RGB (Red+Green+Blue) = 127+35+75=237 (31% of max value = 765). Red value is 127 (50% from 255 or 53.59% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 127 - color contains mainly: red. Hex color #7F234B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F234B is #80DCB4. Grayscale: #434343. Windows color (decimal): -8445109 or 4924287. OLE color: 4924287.

HSL color Cylindrical-coordinate representation of color #7F234B: hue angle of 333.91º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F234B is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB1273575-
CMYK00.720.410.50
HSL333.91º56.79%31.76%-
HSV(B)333.91º72.44%49.8%-
XYZ10.626.227.3-
YUV67.07132.48170.75-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.59%
GREEN value IS 35 (14.06% from 255) = 14.77%
BLUE value IS 75 (29.69% from 255) = 31.65%
R=53.59%
G=14.77%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127357500.720.410.50333.9156.7931.76
Hex7F234B048293214e3920
Octal17743113011051625167140
Binary1111111100011100101101001000101001110010101001110111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F234B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,35,75); }

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

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

 a { background-color: rgb(127,35,75); }

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

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

 span { border-color: rgb(127,35,75); }

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