#8B1C50

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

Shades of Rose Bud Cherry #8B1C50

Tints of Rose Bud Cherry #8B1C50

Color information

#8B1C50 (or 0x8B1C50) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 1C and 50. RGB value is (139,28,80). Sum of RGB (Red+Green+Blue) = 139+28+80=247 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.28% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1C50 is #74E3AF. Grayscale: #434343. Windows color (decimal): -7660464 or 5250187. OLE color: 5250187.

HSL color Cylindrical-coordinate representation of color #8B1C50: hue angle of 331.89º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B1C50 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB1392880-
CMYK00.800.420.45
HSL331.89º66.47%32.75%-
HSV(B)331.89º79.86%54.51%-
XYZ12.516.98.26-
YUV67.12135.27179.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.28%
GREEN value IS 28 (11.33% from 255) = 11.34%
BLUE value IS 80 (31.64% from 255) = 32.39%
R=56.28%
G=11.34%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139288000.800.420.45331.8966.4732.75
Hex8B1C500502A2D14c4221
Octal213341200120525551410241
Binary10001011111001010000010100001010101011011010011001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,28,80); }

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

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

 a { background-color: rgb(139,28,80); }

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

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

 span { border-color: rgb(139,28,80); }

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