#7F1E59

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

Shades of Rose Bud Cherry #7F1E59

Tints of Rose Bud Cherry #7F1E59

Color information

#7F1E59 (or 0x7F1E59) is unknown color: approx Rose Bud Cherry. HEX triplet: 7F, 1E and 59. RGB value is (127,30,89). Sum of RGB (Red+Green+Blue) = 127+30+89=246 (32% of max value = 765). Red value is 127 (50% from 255 or 51.63% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F1E59 is #80E1A6. Grayscale: #414141. Windows color (decimal): -8446375 or 5840511. OLE color: 5840511.

HSL color Cylindrical-coordinate representation of color #7F1E59: hue angle of 323.51º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7F1E59 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB1273089-
CMYK00.760.300.50
HSL323.51º61.78%30.78%-
HSV(B)323.51º76.38%49.8%-
XYZ11.026.1610.06-
YUV65.73141.14171.7-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.63%
GREEN value IS 30 (12.11% from 255) = 12.20%
BLUE value IS 89 (35.16% from 255) = 36.18%
R=51.63%
G=12.20%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127308900.760.300.50323.5161.7830.78
Hex7F1E5904C1E321443e1f
Octal17736131011436625047637
Binary1111111111101011001010011001111011001010100010011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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