#7F195B

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

Shades of Rose Bud Cherry #7F195B

Tints of Rose Bud Cherry #7F195B

Color information

#7F195B (or 0x7F195B) is unknown color: approx Rose Bud Cherry. HEX triplet: 7F, 19 and 5B. RGB value is (127,25,91). Sum of RGB (Red+Green+Blue) = 127+25+91=243 (32% of max value = 765). Red value is 127 (50% from 255 or 52.26% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 127 - color contains mainly: red. Hex color #7F195B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F195B is #80E6A4. Grayscale: #3E3E3E. Windows color (decimal): -8447653 or 5970303. OLE color: 5970303.

HSL color Cylindrical-coordinate representation of color #7F195B: hue angle of 321.18º degrees, saturation: 0.67, 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 #7F195B is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB1272591-
CMYK00.800.280.50
HSL321.18º67.11%29.8%-
HSV(B)321.18º80.31%49.8%-
XYZ10.995.9610.47-
YUV63.02143.79173.63-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 52.26%
GREEN value IS 25 (10.16% from 255) = 10.29%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=52.26%
G=10.29%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127259100.800.280.50321.1867.1129.8
Hex7F195B0501C32141431e
Octal177311330120346250110336
Binary11111111100110110110101000011100110010101000001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F195B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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