#81355A

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

Shades of Rose Bud Cherry #81355A

Tints of Rose Bud Cherry #81355A

Color information

#81355A (or 0x81355A) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 35 and 5A. RGB value is (129,53,90). Sum of RGB (Red+Green+Blue) = 129+53+90=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #81355A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81355A is #7ECAA5. Grayscale: #4F4F4F. Windows color (decimal): -8309414 or 5911937. OLE color: 5911937.

HSL color Cylindrical-coordinate representation of color #81355A: hue angle of 330.79º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #81355A is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB1295390-
CMYK00.590.300.49
HSL330.79º41.76%35.69%-
HSV(B)330.79º58.91%50.59%-
XYZ12.177.9510.57-
YUV79.94133.68162.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.43%
GREEN value IS 53 (21.09% from 255) = 19.49%
BLUE value IS 90 (35.55% from 255) = 33.09%
R=47.43%
G=19.49%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129539000.590.300.49330.7941.7635.69
Hex81355A03B1E3114b2a24
Octal2016513207336615135244
Binary100000011101011011010011101111110110001101001011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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