#8B0F4C

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

Shades of Rose Bud Cherry #8B0F4C

Tints of Rose Bud Cherry #8B0F4C

Color information

#8B0F4C (or 0x8B0F4C) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 0F and 4C. RGB value is (139,15,76). Sum of RGB (Red+Green+Blue) = 139+15+76=230 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.43% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0F4C is #74F0B3. Grayscale: #3A3A3A. Windows color (decimal): -7663796 or 4984715. OLE color: 4984715.

HSL color Cylindrical-coordinate representation of color #8B0F4C: hue angle of 330.48º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B0F4C is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB1391576-
CMYK00.890.450.45
HSL330.48º80.52%30.2%-
HSV(B)330.48º89.21%54.51%-
XYZ12.126.357.42-
YUV59.03137.58185.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 60.43%
GREEN value IS 15 (6.25% from 255) = 6.52%
BLUE value IS 76 (30.08% from 255) = 33.04%
R=60.43%
G=6.52%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139157600.890.450.45330.4880.5230.2
Hex8BF4C0592D2D14a511e
Octal213171140131555551212136
Binary100010111111100110001011001101101101101101001010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,15,76); }

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

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

 a { background-color: rgb(139,15,76); }

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

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

 span { border-color: rgb(139,15,76); }

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