#80315D

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

Shades of Rose Bud Cherry #80315D

Tints of Rose Bud Cherry #80315D

Color information

#80315D (or 0x80315D) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 31 and 5D. RGB value is (128,49,93). Sum of RGB (Red+Green+Blue) = 128+49+93=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #80315D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80315D is #7FCEA2. Grayscale: #4D4D4D. Windows color (decimal): -8375971 or 6107520. OLE color: 6107520.

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

Color convert

RGB1284993-
CMYK00.620.270.50
HSL326.58º44.63%34.71%-
HSV(B)326.58º61.72%50.2%-
XYZ11.987.5811.19-
YUV77.64136.67163.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.41%
GREEN value IS 49 (19.53% from 255) = 18.15%
BLUE value IS 93 (36.72% from 255) = 34.44%
R=47.41%
G=18.15%
B=34.44%

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
Decimal128499300.620.270.50326.5844.6334.71
Hex80315D03E1B321472d23
Octal2006113507633625075543
Binary100000001100011011101011111011011110010101000111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80315D; }

 p { color: rgb(128,49,93); }

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

<style>
 a { background-color: #80315D; }

 a { background-color: rgb(128,49,93); }

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

<style>
 span { border-color: #80315D; }

 span { border-color: rgb(128,49,93); }

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