#8B3260

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

Shades of Rose Bud Cherry #8B3260

Tints of Rose Bud Cherry #8B3260

Color information

#8B3260 (or 0x8B3260) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 32 and 60. RGB value is (139,50,96). Sum of RGB (Red+Green+Blue) = 139+50+96=285 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.77% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3260 is #74CD9F. Grayscale: #515151. Windows color (decimal): -7654816 or 6304395. OLE color: 6304395.

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

Color convert

RGB1395096-
CMYK00.640.310.45
HSL328.99º47.09%37.06%-
HSV(B)328.99º64.03%54.51%-
XYZ13.98.6112-
YUV81.86135.99168.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.77%
GREEN value IS 50 (19.92% from 255) = 17.54%
BLUE value IS 96 (37.89% from 255) = 33.68%
R=48.77%
G=17.54%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139509600.640.310.45328.9947.0937.06
Hex8B32600401F2D1492f25
Octal21362140010037555115745
Binary1000101111001011000000100000011111101101101001001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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