#813858

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

Shades of Rose Bud Cherry #813858

Tints of Rose Bud Cherry #813858

Color information

#813858 (or 0x813858) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 38 and 58. RGB value is (129,56,88). Sum of RGB (Red+Green+Blue) = 129+56+88=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #813858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813858 is #7EC7A7. Grayscale: #515151. Windows color (decimal): -8308648 or 5781633. OLE color: 5781633.

HSL color Cylindrical-coordinate representation of color #813858: hue angle of 333.7º 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 #813858 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB1295688-
CMYK00.570.320.49
HSL333.7º39.46%36.27%-
HSV(B)333.7º56.59%50.59%-
XYZ12.238.210.17-
YUV81.47131.68161.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.25%
GREEN value IS 56 (22.27% from 255) = 20.51%
BLUE value IS 88 (34.77% from 255) = 32.23%
R=47.25%
G=20.51%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129568800.570.320.49333.739.4636.27
Hex813858039203114e2724
Octal2017013007140615164744
Binary1000000111100010110000111001100000110001101001110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813858; }

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

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

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

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

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

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

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

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