#81315A

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

Shades of Rose Bud Cherry #81315A

Tints of Rose Bud Cherry #81315A

Color information

#81315A (or 0x81315A) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 31 and 5A. RGB value is (129,49,90). Sum of RGB (Red+Green+Blue) = 129+49+90=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #81315A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81315A is #7ECEA5. Grayscale: #4D4D4D. Windows color (decimal): -8310438 or 5910913. OLE color: 5910913.

HSL color Cylindrical-coordinate representation of color #81315A: hue angle of 329.25º 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 #81315A is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB1294990-
CMYK00.620.300.49
HSL329.25º44.94%34.9%-
HSV(B)329.25º62.02%50.59%-
XYZ127.610.51-
YUV77.59135164.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.13%
GREEN value IS 49 (19.53% from 255) = 18.28%
BLUE value IS 90 (35.55% from 255) = 33.58%
R=48.13%
G=18.28%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129499000.620.300.49329.2544.9434.9
Hex81315A03E1E311492d23
Octal2016113207636615115543
Binary100000011100011011010011111011110110001101001001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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