#812D5B

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

Shades of Rose Bud Cherry #812D5B

Tints of Rose Bud Cherry #812D5B

Color information

#812D5B (or 0x812D5B) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 2D and 5B. RGB value is (129,45,91). Sum of RGB (Red+Green+Blue) = 129+45+91=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 45 (17.97% from 255 or 16.98% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 129 - color contains mainly: red. Hex color #812D5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812D5B is #7ED2A4. Grayscale: #4B4B4B. Windows color (decimal): -8311461 or 5975425. OLE color: 5975425.

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

Color convert

RGB1294591-
CMYK00.650.290.49
HSL327.14º48.28%34.12%-
HSV(B)327.14º65.12%50.59%-
XYZ11.887.310.68-
YUV75.36136.83166.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.68%
GREEN value IS 45 (17.97% from 255) = 16.98%
BLUE value IS 91 (35.94% from 255) = 34.34%
R=48.68%
G=16.98%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129459100.650.290.49327.1448.2834.12
Hex812D5B0411D311473022
Octal20155133010135615076042
Binary1000000110110110110110100000111101110001101000111110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,45,91); }

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

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

 a { background-color: rgb(129,45,91); }

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

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

 span { border-color: rgb(129,45,91); }

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