#883364

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

Shades of Rose Bud Cherry #883364

Tints of Rose Bud Cherry #883364

Color information

#883364 (or 0x883364) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 33 and 64. RGB value is (136,51,100). Sum of RGB (Red+Green+Blue) = 136+51+100=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #883364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883364 is #77CC9B. Grayscale: #515151. Windows color (decimal): -7851164 or 6566792. OLE color: 6566792.

HSL color Cylindrical-coordinate representation of color #883364: hue angle of 325.41º 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 #883364 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB13651100-
CMYK00.620.260.47
HSL325.41º45.45%36.67%-
HSV(B)325.41º62.5%53.33%-
XYZ13.648.5212.98-
YUV82138.16166.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.39%
GREEN value IS 51 (20.31% from 255) = 17.77%
BLUE value IS 100 (39.45% from 255) = 34.84%
R=47.39%
G=17.77%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365110000.620.260.47325.4145.4536.67
Hex88336403E1A2F1452d25
Octal2106314407632575055545
Binary100010001100111100100011111011010101111101000101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883364; }

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

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

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

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

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

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

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

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