#7F1A59

Color #7F1A59 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #7F1A59

Tints of Rose Bud Cherry #7F1A59

Color information

#7F1A59 (or 0x7F1A59) is unknown color: approx Rose Bud Cherry. HEX triplet: 7F, 1A and 59. RGB value is (127,26,89). Sum of RGB (Red+Green+Blue) = 127+26+89=242 (32% of max value = 765). Red value is 127 (50% from 255 or 52.48% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F1A59 is #80E5A6. Grayscale: #3F3F3F. Windows color (decimal): -8447399 or 5839487. OLE color: 5839487.

HSL color Cylindrical-coordinate representation of color #7F1A59: hue angle of 322.57º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F1A59 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB1272689-
CMYK00.800.300.50
HSL322.57º66.01%30%-
HSV(B)322.57º79.53%49.8%-
XYZ10.925.9710.03-
YUV63.38142.46173.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 52.48%
GREEN value IS 26 (10.55% from 255) = 10.74%
BLUE value IS 89 (35.16% from 255) = 36.78%
R=52.48%
G=10.74%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127268900.800.300.50322.5766.0130
Hex7F1A590501E32143421e
Octal177321310120366250310236
Binary11111111101010110010101000011110110010101000011100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,26,89); }

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

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

 a { background-color: rgb(127,26,89); }

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

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

 span { border-color: rgb(127,26,89); }

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