#882763

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

Shades of Rose Bud Cherry #882763

Tints of Rose Bud Cherry #882763

Color information

#882763 (or 0x882763) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 27 and 63. RGB value is (136,39,99). Sum of RGB (Red+Green+Blue) = 136+39+99=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #882763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882763 is #77D89C. Grayscale: #4A4A4A. Windows color (decimal): -7854237 or 6498184. OLE color: 6498184.

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

Color convert

RGB1363999-
CMYK00.710.270.47
HSL322.89º55.43%34.31%-
HSV(B)322.89º71.32%53.33%-
XYZ13.137.5912.58-
YUV74.84141.64171.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.64%
GREEN value IS 39 (15.62% from 255) = 14.23%
BLUE value IS 99 (39.06% from 255) = 36.13%
R=49.64%
G=14.23%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136399900.710.270.47322.8955.4334.31
Hex8827630471B2F1433722
Octal21047143010733575036742
Binary1000100010011111000110100011111011101111101000011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882763; }

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

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

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

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

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

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

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

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