#81335D

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

Shades of Rose Bud Cherry #81335D

Tints of Rose Bud Cherry #81335D

Color information

#81335D (or 0x81335D) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 33 and 5D. RGB value is (129,51,93). Sum of RGB (Red+Green+Blue) = 129+51+93=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #81335D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81335D is #7ECCA2. Grayscale: #4F4F4F. Windows color (decimal): -8309923 or 6108033. OLE color: 6108033.

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

Color convert

RGB1295193-
CMYK00.600.280.49
HSL327.69º43.33%35.29%-
HSV(B)327.69º60.47%50.59%-
XYZ12.217.8311.22-
YUV79.11135.84163.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.25%
GREEN value IS 51 (20.31% from 255) = 18.68%
BLUE value IS 93 (36.72% from 255) = 34.07%
R=47.25%
G=18.68%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129519300.600.280.49327.6943.3335.29
Hex81335D03C1C311482b23
Octal2016313507434615105343
Binary100000011100111011101011110011100110001101001000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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