#8B3756

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

Shades of Rose Bud Cherry #8B3756

Tints of Rose Bud Cherry #8B3756

Color information

#8B3756 (or 0x8B3756) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 37 and 56. RGB value is (139,55,86). Sum of RGB (Red+Green+Blue) = 139+55+86=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3756 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3756 is #74C8A9. Grayscale: #535353. Windows color (decimal): -7653546 or 5650315. OLE color: 5650315.

HSL color Cylindrical-coordinate representation of color #8B3756: hue angle of 337.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B3756 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB1395586-
CMYK00.600.380.45
HSL337.86º43.3%38.04%-
HSV(B)337.86º60.43%54.51%-
XYZ13.698.899.8-
YUV83.65129.33167.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.64%
GREEN value IS 55 (21.88% from 255) = 19.64%
BLUE value IS 86 (33.98% from 255) = 30.71%
R=49.64%
G=19.64%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139558600.600.380.45337.8643.338.04
Hex8B375603C262D1522b26
Octal2136712607446555225346
Binary1000101111011110101100111100100110101101101010010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B3756; }

 p { color: rgb(139,55,86); }

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

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

 a { background-color: rgb(139,55,86); }

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

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

 span { border-color: rgb(139,55,86); }

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