#813358

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

Shades of Rose Bud Cherry #813358

Tints of Rose Bud Cherry #813358

Color information

#813358 (or 0x813358) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 33 and 58. RGB value is (129,51,88). Sum of RGB (Red+Green+Blue) = 129+51+88=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #813358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813358 is #7ECCA7. Grayscale: #4E4E4E. Windows color (decimal): -8309928 or 5780353. OLE color: 5780353.

HSL color Cylindrical-coordinate representation of color #813358: hue angle of 331.54º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #813358 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB1295188-
CMYK00.600.320.49
HSL331.54º43.33%35.29%-
HSV(B)331.54º60.47%50.59%-
XYZ127.7410.09-
YUV78.54133.34163.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.13%
GREEN value IS 51 (20.31% from 255) = 19.03%
BLUE value IS 88 (34.77% from 255) = 32.84%
R=48.13%
G=19.03%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129518800.600.320.49331.5443.3335.29
Hex81335803C203114c2b23
Octal2016313007440615145343
Binary1000000111001110110000111100100000110001101001100101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813358; }

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

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

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

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

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

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

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

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