#81315D

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

Shades of Rose Bud Cherry #81315D

Tints of Rose Bud Cherry #81315D

Color information

#81315D (or 0x81315D) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 31 and 5D. RGB value is (129,49,93). Sum of RGB (Red+Green+Blue) = 129+49+93=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 129 - color contains mainly: red. Hex color #81315D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81315D is #7ECEA2. Grayscale: #4D4D4D. Windows color (decimal): -8310435 or 6107521. OLE color: 6107521.

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

Color convert

RGB1294993-
CMYK00.620.280.49
HSL327º44.94%34.9%-
HSV(B)327º62.02%50.59%-
XYZ12.137.6511.19-
YUV77.94136.5164.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.60%
GREEN value IS 49 (19.53% from 255) = 18.08%
BLUE value IS 93 (36.72% from 255) = 34.32%
R=47.60%
G=18.08%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129499300.620.280.4932744.9434.9
Hex81315D03E1C311472d23
Octal2016113507634615075543
Binary100000011100011011101011111011100110001101000111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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