#812E5C

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

Shades of Rose Bud Cherry #812E5C

Tints of Rose Bud Cherry #812E5C

Color information

#812E5C (or 0x812E5C) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 2E and 5C. RGB value is (129,46,92). Sum of RGB (Red+Green+Blue) = 129+46+92=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 46 (18.36% from 255 or 17.23% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #812E5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812E5C is #7ED1A3. Grayscale: #4B4B4B. Windows color (decimal): -8311204 or 6041217. OLE color: 6041217.

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

Color convert

RGB1294692-
CMYK00.640.290.49
HSL326.75º47.43%34.31%-
HSV(B)326.75º64.34%50.59%-
XYZ11.967.3910.92-
YUV76.06137165.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.31%
GREEN value IS 46 (18.36% from 255) = 17.23%
BLUE value IS 92 (36.33% from 255) = 34.46%
R=48.31%
G=17.23%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129469200.640.290.49326.7547.4334.31
Hex812E5C0401D311472f22
Octal20156134010035615075742
Binary1000000110111010111000100000011101110001101000111101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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