#8B204F

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

Shades of Rose Bud Cherry #8B204F

Tints of Rose Bud Cherry #8B204F

Color information

#8B204F (or 0x8B204F) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 20 and 4F. RGB value is (139,32,79). Sum of RGB (Red+Green+Blue) = 139+32+79=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B204F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B204F is #74DFB0. Grayscale: #454545. Windows color (decimal): -7659441 or 5185675. OLE color: 5185675.

HSL color Cylindrical-coordinate representation of color #8B204F: hue angle of 333.64º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B204F is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB1393279-
CMYK00.770.430.45
HSL333.64º62.57%33.53%-
HSV(B)333.64º76.98%54.51%-
XYZ12.587.098.1-
YUV69.35133.45177.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.6%
GREEN value IS 32 (12.89% from 255) = 12.8%
BLUE value IS 79 (31.25% from 255) = 31.6%
R=55.6%
G=12.8%
B=31.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139327900.770.430.45333.6462.5733.53
Hex8B204F04D2B2D14e3f22
Octal21340117011553555167742
Binary10001011100000100111101001101101011101101101001110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B204F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,32,79); }

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

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

 a { background-color: rgb(139,32,79); }

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

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

 span { border-color: rgb(139,32,79); }

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