#8B2B66

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

Shades of Rose Bud Cherry #8B2B66

Tints of Rose Bud Cherry #8B2B66

Color information

#8B2B66 (or 0x8B2B66) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 2B and 66. RGB value is (139,43,102). Sum of RGB (Red+Green+Blue) = 139+43+102=284 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.94% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2B66 is #74D499. Grayscale: #4E4E4E. Windows color (decimal): -7656602 or 6695819. OLE color: 6695819.

HSL color Cylindrical-coordinate representation of color #8B2B66: hue angle of 323.12º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B2B66 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB13943102-
CMYK00.690.270.45
HSL323.12º52.75%35.69%-
HSV(B)323.12º69.06%54.51%-
XYZ13.918.1813.42-
YUV78.43141.3171.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.94%
GREEN value IS 43 (17.19% from 255) = 15.14%
BLUE value IS 102 (40.23% from 255) = 35.92%
R=48.94%
G=15.14%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1394310200.690.270.45323.1252.7535.69
Hex8B2B660451B2D1433524
Octal21353146010533555036544
Binary1000101110101111001100100010111011101101101000011110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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