#883064

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

Shades of Rose Bud Cherry #883064

Tints of Rose Bud Cherry #883064

Color information

#883064 (or 0x883064) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 30 and 64. RGB value is (136,48,100). Sum of RGB (Red+Green+Blue) = 136+48+100=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #883064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883064 is #77CF9B. Grayscale: #505050. Windows color (decimal): -7851932 or 6566024. OLE color: 6566024.

HSL color Cylindrical-coordinate representation of color #883064: hue angle of 324.55º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #883064 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB13648100-
CMYK00.650.260.47
HSL324.55º47.83%36.08%-
HSV(B)324.55º64.71%53.33%-
XYZ13.518.2712.94-
YUV80.24139.15167.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.89%
GREEN value IS 48 (19.14% from 255) = 16.90%
BLUE value IS 100 (39.45% from 255) = 35.21%
R=47.89%
G=16.90%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1364810000.650.260.47324.5547.8336.08
Hex8830640411A2F1453024
Octal21060144010132575056044
Binary1000100011000011001000100000111010101111101000101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883064; }

 p { color: rgb(136,48,100); }

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

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

 a { background-color: rgb(136,48,100); }

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

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

 span { border-color: rgb(136,48,100); }

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