#81225C

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

Shades of Rose Bud Cherry #81225C

Tints of Rose Bud Cherry #81225C

Color information

#81225C (or 0x81225C) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 22 and 5C. RGB value is (129,34,92). Sum of RGB (Red+Green+Blue) = 129+34+92=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #81225C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81225C is #7EDDA3. Grayscale: #444444. Windows color (decimal): -8314276 or 6038145. OLE color: 6038145.

HSL color Cylindrical-coordinate representation of color #81225C: hue angle of 323.37º 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 #81225C is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB1293492-
CMYK00.740.290.49
HSL323.37º58.28%31.96%-
HSV(B)323.37º73.64%50.59%-
XYZ11.566.5810.79-
YUV69.02140.97170.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.59%
GREEN value IS 34 (13.67% from 255) = 13.33%
BLUE value IS 92 (36.33% from 255) = 36.08%
R=50.59%
G=13.33%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129349200.740.290.49323.3758.2831.96
Hex81225C04A1D311433a20
Octal20142134011235615037240
Binary1000000110001010111000100101011101110001101000011111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81225C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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