#813664

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

Shades of Rose Bud Cherry #813664

Tints of Rose Bud Cherry #813664

Color information

#813664 (or 0x813664) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 36 and 64. RGB value is (129,54,100). Sum of RGB (Red+Green+Blue) = 129+54+100=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 129 - color contains mainly: red. Hex color #813664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813664 is #7EC99B. Grayscale: #515151. Windows color (decimal): -8309148 or 6567553. OLE color: 6567553.

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

Color convert

RGB12954100-
CMYK00.580.220.49
HSL323.2º40.98%35.88%-
HSV(B)323.2º58.14%50.59%-
XYZ12.678.2312.98-
YUV81.67138.35161.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.58%
GREEN value IS 54 (21.48% from 255) = 19.08%
BLUE value IS 100 (39.45% from 255) = 35.34%
R=45.58%
G=19.08%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295410000.580.220.49323.240.9835.88
Hex81366403A16311432924
Octal2016614407226615035144
Binary100000011101101100100011101010110110001101000011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813664; }

 p { color: rgb(129,54,100); }

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

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

 a { background-color: rgb(129,54,100); }

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

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

 span { border-color: rgb(129,54,100); }

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