#883164

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

Shades of Rose Bud Cherry #883164

Tints of Rose Bud Cherry #883164

Color information

#883164 (or 0x883164) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 31 and 64. RGB value is (136,49,100). Sum of RGB (Red+Green+Blue) = 136+49+100=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #883164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883164 is #77CE9B. Grayscale: #505050. Windows color (decimal): -7851676 or 6566280. OLE color: 6566280.

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

Color convert

RGB13649100-
CMYK00.640.260.47
HSL324.83º47.03%36.27%-
HSV(B)324.83º63.97%53.33%-
XYZ13.558.3512.95-
YUV80.83138.82167.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.72%
GREEN value IS 49 (19.53% from 255) = 17.19%
BLUE value IS 100 (39.45% from 255) = 35.09%
R=47.72%
G=17.19%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1364910000.640.260.47324.8347.0336.27
Hex8831640401A2F1452f24
Octal21061144010032575055744
Binary1000100011000111001000100000011010101111101000101101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883164; }

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

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

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

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

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

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

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

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