#7F195C

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

Shades of Rose Bud Cherry #7F195C

Tints of Rose Bud Cherry #7F195C

Color information

#7F195C (or 0x7F195C) is unknown color: approx Rose Bud Cherry. HEX triplet: 7F, 19 and 5C. RGB value is (127,25,92). Sum of RGB (Red+Green+Blue) = 127+25+92=244 (32% of max value = 765). Red value is 127 (50% from 255 or 52.05% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 127 - color contains mainly: red. Hex color #7F195C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F195C is #80E6A3. Grayscale: #3E3E3E. Windows color (decimal): -8447652 or 6035839. OLE color: 6035839.

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

Color convert

RGB1272592-
CMYK00.800.280.50
HSL320.59º67.11%29.8%-
HSV(B)320.59º80.31%49.8%-
XYZ11.035.9810.7-
YUV63.14144.29173.55-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 52.05%
GREEN value IS 25 (10.16% from 255) = 10.25%
BLUE value IS 92 (36.33% from 255) = 37.70%
R=52.05%
G=10.25%
B=37.70%

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
Decimal127259200.800.280.50320.5967.1129.8
Hex7F195C0501C32141431e
Octal177311340120346250110336
Binary11111111100110111000101000011100110010101000001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F195C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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