#8B3053

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

Shades of Rose Bud Cherry #8B3053

Tints of Rose Bud Cherry #8B3053

Color information

#8B3053 (or 0x8B3053) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 30 and 53. RGB value is (139,48,83). Sum of RGB (Red+Green+Blue) = 139+48+83=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3053 is #74CFAC. Grayscale: #4F4F4F. Windows color (decimal): -7655341 or 5451915. OLE color: 5451915.

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

Color convert

RGB1394883-
CMYK00.650.400.45
HSL336.92º48.66%36.67%-
HSV(B)336.92º65.47%54.51%-
XYZ13.278.239.07-
YUV79.2130.15170.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.48%
GREEN value IS 48 (19.14% from 255) = 17.78%
BLUE value IS 83 (32.81% from 255) = 30.74%
R=51.48%
G=17.78%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139488300.650.400.45336.9248.6636.67
Hex8B3053041282D1513125
Octal21360123010150555216145
Binary10001011110000101001101000001101000101101101010001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,48,83); }

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

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

 a { background-color: rgb(139,48,83); }

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

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

 span { border-color: rgb(139,48,83); }

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