#812C5C

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

Shades of Rose Bud Cherry #812C5C

Tints of Rose Bud Cherry #812C5C

Color information

#812C5C (or 0x812C5C) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 2C and 5C. RGB value is (129,44,92). Sum of RGB (Red+Green+Blue) = 129+44+92=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 129 - color contains mainly: red. Hex color #812C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812C5C is #7ED3A3. Grayscale: #4A4A4A. Windows color (decimal): -8311716 or 6040705. OLE color: 6040705.

HSL color Cylindrical-coordinate representation of color #812C5C: hue angle of 326.12º 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 #812C5C is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB1294492-
CMYK00.660.290.49
HSL326.12º49.13%33.92%-
HSV(B)326.12º65.89%50.59%-
XYZ11.897.2410.9-
YUV74.89137.66166.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.68%
GREEN value IS 44 (17.58% from 255) = 16.60%
BLUE value IS 92 (36.33% from 255) = 34.72%
R=48.68%
G=16.60%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129449200.660.290.49326.1249.1333.92
Hex812C5C0421D311463122
Octal20154134010235615066142
Binary1000000110110010111000100001011101110001101000110110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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