#7F365D

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

Shades of Rose Bud Cherry #7F365D

Tints of Rose Bud Cherry #7F365D

Color information

#7F365D (or 0x7F365D) is unknown color: approx Rose Bud Cherry. HEX triplet: 7F, 36 and 5D. RGB value is (127,54,93). Sum of RGB (Red+Green+Blue) = 127+54+93=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 127 - color contains mainly: red. Hex color #7F365D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F365D is #80C9A2. Grayscale: #505050. Windows color (decimal): -8440227 or 6108799. OLE color: 6108799.

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

Color convert

RGB1275493-
CMYK00.570.270.50
HSL327.95º40.33%35.49%-
HSV(B)327.95º57.48%49.8%-
XYZ12.057.9411.25-
YUV80.27135.18161.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.35%
GREEN value IS 54 (21.48% from 255) = 19.71%
BLUE value IS 93 (36.72% from 255) = 33.94%
R=46.35%
G=19.71%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127549300.570.270.50327.9540.3335.49
Hex7F365D0391B321482823
Octal1776613507133625105043
Binary11111111101101011101011100111011110010101001000101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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