#7F305D

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

Shades of Rose Bud Cherry #7F305D

Tints of Rose Bud Cherry #7F305D

Color information

#7F305D (or 0x7F305D) is unknown color: approx Rose Bud Cherry. HEX triplet: 7F, 30 and 5D. RGB value is (127,48,93). Sum of RGB (Red+Green+Blue) = 127+48+93=268 (35% of max value = 765). Red value is 127 (50% from 255 or 47.39% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 127 - color contains mainly: red. Hex color #7F305D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F305D is #80CFA2. Grayscale: #4C4C4C. Windows color (decimal): -8441763 or 6107263. OLE color: 6107263.

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

Color convert

RGB1274893-
CMYK00.620.270.50
HSL325.82º45.14%34.31%-
HSV(B)325.82º62.2%49.8%-
XYZ11.797.4211.17-
YUV76.75137.17163.84-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.39%
GREEN value IS 48 (19.14% from 255) = 17.91%
BLUE value IS 93 (36.72% from 255) = 34.70%
R=47.39%
G=17.91%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127489300.620.270.50325.8245.1434.31
Hex7F305D03E1B321462d22
Octal1776013507633625065542
Binary11111111100001011101011111011011110010101000110101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,48,93); }

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

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

 a { background-color: rgb(127,48,93); }

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

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

 span { border-color: rgb(127,48,93); }

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