#7F165B

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

Shades of Rose Bud Cherry #7F165B

Tints of Rose Bud Cherry #7F165B

Color information

#7F165B (or 0x7F165B) is unknown color: approx Rose Bud Cherry. HEX triplet: 7F, 16 and 5B. RGB value is (127,22,91). Sum of RGB (Red+Green+Blue) = 127+22+91=240 (31% of max value = 765). Red value is 127 (50% from 255 or 52.92% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 127 - color contains mainly: red. Hex color #7F165B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F165B is #80E9A4. Grayscale: #3D3D3D. Windows color (decimal): -8448421 or 5969535. OLE color: 5969535.

HSL color Cylindrical-coordinate representation of color #7F165B: hue angle of 320.57º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F165B is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB1272291-
CMYK00.830.280.50
HSL320.57º70.47%29.22%-
HSV(B)320.57º82.68%49.8%-
XYZ10.935.8410.45-
YUV61.26144.79174.89-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 52.92%
GREEN value IS 22 (8.98% from 255) = 9.17%
BLUE value IS 91 (35.94% from 255) = 37.92%
R=52.92%
G=9.17%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127229100.830.280.50320.5770.4729.22
Hex7F165B0531C32141461d
Octal177261330123346250110635
Binary11111111011010110110101001111100110010101000001100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,22,91); }

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

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

 a { background-color: rgb(127,22,91); }

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

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

 span { border-color: rgb(127,22,91); }

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