#8B3160

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

Shades of Rose Bud Cherry #8B3160

Tints of Rose Bud Cherry #8B3160

Color information

#8B3160 (or 0x8B3160) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 31 and 60. RGB value is (139,49,96). Sum of RGB (Red+Green+Blue) = 139+49+96=284 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.94% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3160 is #74CE9F. Grayscale: #515151. Windows color (decimal): -7655072 or 6304139. OLE color: 6304139.

HSL color Cylindrical-coordinate representation of color #8B3160: hue angle of 328.67º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B3160 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB1394996-
CMYK00.650.310.45
HSL328.67º47.87%36.86%-
HSV(B)328.67º64.75%54.51%-
XYZ13.868.5311.98-
YUV81.27136.32169.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.94%
GREEN value IS 49 (19.53% from 255) = 17.25%
BLUE value IS 96 (37.89% from 255) = 33.80%
R=48.94%
G=17.25%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139499600.650.310.45328.6747.8736.86
Hex8B31600411F2D1493025
Octal21361140010137555116045
Binary1000101111000111000000100000111111101101101001001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,49,96); }

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

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

 a { background-color: rgb(139,49,96); }

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

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

 span { border-color: rgb(139,49,96); }

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