#883B61

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

Shades of Rose Bud Cherry #883B61

Tints of Rose Bud Cherry #883B61

Color information

#883B61 (or 0x883B61) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 3B and 61. RGB value is (136,59,97). Sum of RGB (Red+Green+Blue) = 136+59+97=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 136 - color contains mainly: red. Hex color #883B61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883B61 is #77C49E. Grayscale: #565656. Windows color (decimal): -7849119 or 6372232. OLE color: 6372232.

HSL color Cylindrical-coordinate representation of color #883B61: hue angle of 330.39º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #883B61 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1365997-
CMYK00.570.290.47
HSL330.39º39.49%38.24%-
HSV(B)330.39º56.62%53.33%-
XYZ13.879.2312.36-
YUV86.35134.01163.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.58%
GREEN value IS 59 (23.44% from 255) = 20.21%
BLUE value IS 97 (38.28% from 255) = 33.22%
R=46.58%
G=20.21%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136599700.570.290.47330.3939.4938.24
Hex883B610391D2F14a2726
Octal2107314107135575124746
Binary100010001110111100001011100111101101111101001010100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883B61; }

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

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

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

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

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

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

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

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