#812653

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

Shades of Rose Bud Cherry #812653

Tints of Rose Bud Cherry #812653

Color information

#812653 (or 0x812653) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 26 and 53. RGB value is (129,38,83). Sum of RGB (Red+Green+Blue) = 129+38+83=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #812653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812653 is #7ED9AC. Grayscale: #464646. Windows color (decimal): -8313261 or 5449345. OLE color: 5449345.

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

Color convert

RGB1293883-
CMYK00.710.360.49
HSL330.33º54.49%32.75%-
HSV(B)330.33º70.54%50.59%-
XYZ11.316.688.88-
YUV70.34135.15169.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.6%
GREEN value IS 38 (15.23% from 255) = 15.2%
BLUE value IS 83 (32.81% from 255) = 33.2%
R=51.6%
G=15.2%
B=33.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129388300.710.360.49330.3354.4932.75
Hex812653047243114a3621
Octal20146123010744615126641
Binary10000001100110101001101000111100100110001101001010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812653; }

 p { color: rgb(129,38,83); }

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

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

 a { background-color: rgb(129,38,83); }

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

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

 span { border-color: rgb(129,38,83); }

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