#813859

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

Shades of Rose Bud Cherry #813859

Tints of Rose Bud Cherry #813859

Color information

#813859 (or 0x813859) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 38 and 59. RGB value is (129,56,89). Sum of RGB (Red+Green+Blue) = 129+56+89=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 129 - color contains mainly: red. Hex color #813859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813859 is #7EC7A6. Grayscale: #515151. Windows color (decimal): -8308647 or 5847169. OLE color: 5847169.

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

Color convert

RGB1295689-
CMYK00.570.310.49
HSL332.88º39.46%36.27%-
HSV(B)332.88º56.59%50.59%-
XYZ12.278.2210.39-
YUV81.59132.18161.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.08%
GREEN value IS 56 (22.27% from 255) = 20.44%
BLUE value IS 89 (35.16% from 255) = 32.48%
R=47.08%
G=20.44%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129568900.570.310.49332.8839.4636.27
Hex8138590391F3114d2724
Octal2017013107137615154744
Binary100000011110001011001011100111111110001101001101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813859; }

 p { color: rgb(129,56,89); }

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

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

 a { background-color: rgb(129,56,89); }

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

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

 span { border-color: rgb(129,56,89); }

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