#812057

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

Shades of Rose Bud Cherry #812057

Tints of Rose Bud Cherry #812057

Color information

#812057 (or 0x812057) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 20 and 57. RGB value is (129,32,87). Sum of RGB (Red+Green+Blue) = 129+32+87=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #812057 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812057 is #7EDFA8. Grayscale: #434343. Windows color (decimal): -8314793 or 5709953. OLE color: 5709953.

HSL color Cylindrical-coordinate representation of color #812057: hue angle of 325.98º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812057 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB1293287-
CMYK00.750.330.49
HSL325.98º60.25%31.57%-
HSV(B)325.98º75.19%50.59%-
XYZ11.296.399.65-
YUV67.27139.14172.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.02%
GREEN value IS 32 (12.89% from 255) = 12.90%
BLUE value IS 87 (34.38% from 255) = 35.08%
R=52.02%
G=12.90%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129328700.750.330.49325.9860.2531.57
Hex81205704B21311463c20
Octal20140127011341615067440
Binary10000001100000101011101001011100001110001101000110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812057; }

 p { color: rgb(129,32,87); }

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

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

 a { background-color: rgb(129,32,87); }

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

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

 span { border-color: rgb(129,32,87); }

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