#8B195E

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

Shades of Rose Bud Cherry #8B195E

Tints of Rose Bud Cherry #8B195E

Color information

#8B195E (or 0x8B195E) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 19 and 5E. RGB value is (139,25,94). Sum of RGB (Red+Green+Blue) = 139+25+94=258 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.88% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 139 - color contains mainly: red. Hex color #8B195E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B195E is #74E6A1. Grayscale: #424242. Windows color (decimal): -7661218 or 6166923. OLE color: 6166923.

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

Color convert

RGB1392594-
CMYK00.820.320.45
HSL323.68º69.51%32.16%-
HSV(B)323.68º82.01%54.51%-
XYZ13.026.9911.25-
YUV66.95143.27179.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.88%
GREEN value IS 25 (10.16% from 255) = 9.69%
BLUE value IS 94 (37.11% from 255) = 36.43%
R=53.88%
G=9.69%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139259400.820.320.45323.6869.5132.16
Hex8B195E052202D1444620
Octal213311360122405550410640
Binary10001011110011011110010100101000001011011010001001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B195E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,25,94); }

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

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

 a { background-color: rgb(139,25,94); }

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

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

 span { border-color: rgb(139,25,94); }

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