#81255B

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

Shades of Rose Bud Cherry #81255B

Tints of Rose Bud Cherry #81255B

Color information

#81255B (or 0x81255B) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 25 and 5B. RGB value is (129,37,91). Sum of RGB (Red+Green+Blue) = 129+37+91=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #81255B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81255B is #7EDAA4. Grayscale: #464646. Windows color (decimal): -8313509 or 5973377. OLE color: 5973377.

HSL color Cylindrical-coordinate representation of color #81255B: hue angle of 324.78º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #81255B is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB1293791-
CMYK00.710.290.49
HSL324.78º55.42%32.55%-
HSV(B)324.78º71.32%50.59%-
XYZ11.66.7510.59-
YUV70.66139.48169.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.19%
GREEN value IS 37 (14.84% from 255) = 14.40%
BLUE value IS 91 (35.94% from 255) = 35.41%
R=50.19%
G=14.40%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129379100.710.290.49324.7855.4232.55
Hex81255B0471D311453721
Octal20145133010735615056741
Binary1000000110010110110110100011111101110001101000101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81255B; }

 p { color: rgb(129,37,91); }

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

<style>
 a { background-color: #81255B; }

 a { background-color: rgb(129,37,91); }

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

<style>
 span { border-color: #81255B; }

 span { border-color: rgb(129,37,91); }

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