#8B174E

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

Shades of Rose Bud Cherry #8B174E

Tints of Rose Bud Cherry #8B174E

Color information

#8B174E (or 0x8B174E) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 17 and 4E. RGB value is (139,23,78). Sum of RGB (Red+Green+Blue) = 139+23+78=240 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.92% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 139 - color contains mainly: red. Hex color #8B174E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B174E is #74E8B1. Grayscale: #3F3F3F. Windows color (decimal): -7661746 or 5117835. OLE color: 5117835.

HSL color Cylindrical-coordinate representation of color #8B174E: hue angle of 331.55º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B174E is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB1392378-
CMYK00.830.440.45
HSL331.55º71.6%31.76%-
HSV(B)331.55º83.45%54.51%-
XYZ12.336.657.84-
YUV63.95135.93181.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 57.92%
GREEN value IS 23 (9.38% from 255) = 9.58%
BLUE value IS 78 (30.86% from 255) = 32.5%
R=57.92%
G=9.58%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139237800.830.440.45331.5571.631.76
Hex8B174E0532C2D14c4820
Octal213271160123545551411040
Binary10001011101111001110010100111011001011011010011001001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B174E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,23,78); }

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

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

 a { background-color: rgb(139,23,78); }

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

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

 span { border-color: rgb(139,23,78); }

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