#812C60

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

Shades of Rose Bud Cherry #812C60

Tints of Rose Bud Cherry #812C60

Color information

#812C60 (or 0x812C60) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 2C and 60. RGB value is (129,44,96). Sum of RGB (Red+Green+Blue) = 129+44+96=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #812C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812C60 is #7ED39F. Grayscale: #4B4B4B. Windows color (decimal): -8311712 or 6302849. OLE color: 6302849.

HSL color Cylindrical-coordinate representation of color #812C60: hue angle of 323.29º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #812C60 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB1294496-
CMYK00.660.260.49
HSL323.29º49.13%33.92%-
HSV(B)323.29º65.89%50.59%-
XYZ12.077.3111.84-
YUV75.34139.66166.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.96%
GREEN value IS 44 (17.58% from 255) = 16.36%
BLUE value IS 96 (37.89% from 255) = 35.69%
R=47.96%
G=16.36%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129449600.660.260.49323.2949.1333.92
Hex812C600421A311433122
Octal20154140010232615036142
Binary1000000110110011000000100001011010110001101000011110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812C60; }

 p { color: rgb(129,44,96); }

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

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

 a { background-color: rgb(129,44,96); }

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

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

 span { border-color: rgb(129,44,96); }

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