#81225A

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

Shades of Rose Bud Cherry #81225A

Tints of Rose Bud Cherry #81225A

Color information

#81225A (or 0x81225A) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 22 and 5A. RGB value is (129,34,90). Sum of RGB (Red+Green+Blue) = 129+34+90=253 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.99% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 129 - color contains mainly: red. Hex color #81225A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81225A is #7EDDA5. Grayscale: #444444. Windows color (decimal): -8314278 or 5907073. OLE color: 5907073.

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

Color convert

RGB1293490-
CMYK00.740.300.49
HSL324.63º58.28%31.96%-
HSV(B)324.63º73.64%50.59%-
XYZ11.476.5510.33-
YUV68.79139.97170.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.99%
GREEN value IS 34 (13.67% from 255) = 13.44%
BLUE value IS 90 (35.55% from 255) = 35.57%
R=50.99%
G=13.44%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129349000.740.300.49324.6358.2831.96
Hex81225A04A1E311453a20
Octal20142132011236615057240
Binary1000000110001010110100100101011110110001101000101111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81225A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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