#883463

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

Shades of Rose Bud Cherry #883463

Tints of Rose Bud Cherry #883463

Color information

#883463 (or 0x883463) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 34 and 63. RGB value is (136,52,99). Sum of RGB (Red+Green+Blue) = 136+52+99=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #883463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883463 is #77CB9C. Grayscale: #525252. Windows color (decimal): -7850909 or 6501512. OLE color: 6501512.

HSL color Cylindrical-coordinate representation of color #883463: hue angle of 326.43º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #883463 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB1365299-
CMYK00.620.270.47
HSL326.43º44.68%36.86%-
HSV(B)326.43º61.76%53.33%-
XYZ13.638.5912.74-
YUV82.47137.33166.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.39%
GREEN value IS 52 (20.70% from 255) = 18.12%
BLUE value IS 99 (39.06% from 255) = 34.49%
R=47.39%
G=18.12%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136529900.620.270.47326.4344.6836.86
Hex88346303E1B2F1462d25
Octal2106414307633575065545
Binary100010001101001100011011111011011101111101000110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883463; }

 p { color: rgb(136,52,99); }

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

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

 a { background-color: rgb(136,52,99); }

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

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

 span { border-color: rgb(136,52,99); }

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