#883461

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

Shades of Rose Bud Cherry #883461

Tints of Rose Bud Cherry #883461

Color information

#883461 (or 0x883461) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 34 and 61. RGB value is (136,52,97). Sum of RGB (Red+Green+Blue) = 136+52+97=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #883461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883461 is #77CB9E. Grayscale: #525252. Windows color (decimal): -7850911 or 6370440. OLE color: 6370440.

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

Color convert

RGB1365297-
CMYK00.620.290.47
HSL327.86º44.68%36.86%-
HSV(B)327.86º61.76%53.33%-
XYZ13.548.5512.25-
YUV82.25136.33166.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.72%
GREEN value IS 52 (20.70% from 255) = 18.25%
BLUE value IS 97 (38.28% from 255) = 34.04%
R=47.72%
G=18.25%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136529700.620.290.47327.8644.6836.86
Hex88346103E1D2F1482d25
Octal2106414107635575105545
Binary100010001101001100001011111011101101111101001000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883461; }

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

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

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

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

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

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

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

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