#8B3152

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

Shades of Rose Bud Cherry #8B3152

Tints of Rose Bud Cherry #8B3152

Color information

#8B3152 (or 0x8B3152) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 31 and 52. RGB value is (139,49,82). Sum of RGB (Red+Green+Blue) = 139+49+82=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3152 is #74CEAD. Grayscale: #4F4F4F. Windows color (decimal): -7655086 or 5386635. OLE color: 5386635.

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

Color convert

RGB1394982-
CMYK00.650.410.45
HSL338º47.87%36.86%-
HSV(B)338º64.75%54.51%-
XYZ13.278.298.88-
YUV79.67129.32170.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.48%
GREEN value IS 49 (19.53% from 255) = 18.15%
BLUE value IS 82 (32.42% from 255) = 30.37%
R=51.48%
G=18.15%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139498200.650.410.4533847.8736.86
Hex8B3152041292D1523025
Octal21361122010151555226045
Binary10001011110001101001001000001101001101101101010010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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