#812A63

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

Shades of Rose Bud Cherry #812A63

Tints of Rose Bud Cherry #812A63

Color information

#812A63 (or 0x812A63) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 2A and 63. RGB value is (129,42,99). Sum of RGB (Red+Green+Blue) = 129+42+99=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 129 - color contains mainly: red. Hex color #812A63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812A63 is #7ED59C. Grayscale: #4A4A4A. Windows color (decimal): -8312221 or 6498945. OLE color: 6498945.

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

Color convert

RGB1294299-
CMYK00.670.230.49
HSL320.69º50.88%33.53%-
HSV(B)320.69º67.44%50.59%-
XYZ12.137.2212.56-
YUV74.51141.82166.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.78%
GREEN value IS 42 (16.80% from 255) = 15.56%
BLUE value IS 99 (39.06% from 255) = 36.67%
R=47.78%
G=15.56%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129429900.670.230.49320.6950.8833.53
Hex812A6304317311413322
Octal20152143010327615016342
Binary1000000110101011000110100001110111110001101000001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,42,99); }

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

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

 a { background-color: rgb(129,42,99); }

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

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

 span { border-color: rgb(129,42,99); }

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