#7F355E

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

Shades of Rose Bud Cherry #7F355E

Tints of Rose Bud Cherry #7F355E

Color information

#7F355E (or 0x7F355E) is unknown color: approx Rose Bud Cherry. HEX triplet: 7F, 35 and 5E. RGB value is (127,53,94). Sum of RGB (Red+Green+Blue) = 127+53+94=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 127 - color contains mainly: red. Hex color #7F355E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F355E is #80CAA1. Grayscale: #4F4F4F. Windows color (decimal): -8440482 or 6174079. OLE color: 6174079.

HSL color Cylindrical-coordinate representation of color #7F355E: hue angle of 326.76º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F355E is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB1275394-
CMYK00.580.260.50
HSL326.76º41.11%35.29%-
HSV(B)326.76º58.27%49.8%-
XYZ12.057.8711.47-
YUV79.8136.02161.67-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.35%
GREEN value IS 53 (21.09% from 255) = 19.34%
BLUE value IS 94 (37.11% from 255) = 34.31%
R=46.35%
G=19.34%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127539400.580.260.50326.7641.1135.29
Hex7F355E03A1A321472923
Octal1776513607232625075143
Binary11111111101011011110011101011010110010101000111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,53,94); }

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

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

 a { background-color: rgb(127,53,94); }

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

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

 span { border-color: rgb(127,53,94); }

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