#7F335F

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

Shades of Rose Bud Cherry #7F335F

Tints of Rose Bud Cherry #7F335F

Color information

#7F335F (or 0x7F335F) is unknown color: approx Rose Bud Cherry. HEX triplet: 7F, 33 and 5F. RGB value is (127,51,95). Sum of RGB (Red+Green+Blue) = 127+51+95=273 (36% of max value = 765). Red value is 127 (50% from 255 or 46.52% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 127 - color contains mainly: red. Hex color #7F335F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F335F is #80CCA0. Grayscale: #4E4E4E. Windows color (decimal): -8440993 or 6239103. OLE color: 6239103.

HSL color Cylindrical-coordinate representation of color #7F335F: hue angle of 325.26º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F335F is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB1275195-
CMYK00.600.250.50
HSL325.26º42.7%34.9%-
HSV(B)325.26º59.84%49.8%-
XYZ127.7111.68-
YUV78.74137.18162.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.52%
GREEN value IS 51 (20.31% from 255) = 18.68%
BLUE value IS 95 (37.5% from 255) = 34.80%
R=46.52%
G=18.68%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127519500.600.250.50325.2642.734.9
Hex7F335F03C19321452b23
Octal1776313707431625055343
Binary11111111100111011111011110011001110010101000101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,51,95); }

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

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

 a { background-color: rgb(127,51,95); }

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

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

 span { border-color: rgb(127,51,95); }

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