#812553

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

Shades of Rose Bud Cherry #812553

Tints of Rose Bud Cherry #812553

Color information

#812553 (or 0x812553) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 25 and 53. RGB value is (129,37,83). Sum of RGB (Red+Green+Blue) = 129+37+83=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #812553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812553 is #7EDAAC. Grayscale: #454545. Windows color (decimal): -8313517 or 5449089. OLE color: 5449089.

HSL color Cylindrical-coordinate representation of color #812553: hue angle of 330º 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 #812553 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB1293783-
CMYK00.710.360.49
HSL330º55.42%32.55%-
HSV(B)330º71.32%50.59%-
XYZ11.286.618.87-
YUV69.75135.48170.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.81%
GREEN value IS 37 (14.84% from 255) = 14.86%
BLUE value IS 83 (32.81% from 255) = 33.33%
R=51.81%
G=14.86%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129378300.710.360.4933055.4232.55
Hex812553047243114a3721
Octal20145123010744615126741
Binary10000001100101101001101000111100100110001101001010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812553; }

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

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

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

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

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

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

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

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