#8B3766

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

Shades of Rose Bud Cherry #8B3766

Tints of Rose Bud Cherry #8B3766

Color information

#8B3766 (or 0x8B3766) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 37 and 66. RGB value is (139,55,102). Sum of RGB (Red+Green+Blue) = 139+55+102=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3766 is #74C899. Grayscale: #555555. Windows color (decimal): -7653530 or 6698891. OLE color: 6698891.

HSL color Cylindrical-coordinate representation of color #8B3766: hue angle of 326.43º 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 #8B3766 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB13955102-
CMYK00.600.270.45
HSL326.43º43.3%38.04%-
HSV(B)326.43º60.43%54.51%-
XYZ14.419.1813.58-
YUV85.47137.33166.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.96%
GREEN value IS 55 (21.88% from 255) = 18.58%
BLUE value IS 102 (40.23% from 255) = 34.46%
R=46.96%
G=18.58%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395510200.600.270.45326.4343.338.04
Hex8B376603C1B2D1462b26
Octal2136714607433555065346
Binary100010111101111100110011110011011101101101000110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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