#8B195D

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

Shades of Rose Bud Cherry #8B195D

Tints of Rose Bud Cherry #8B195D

Color information

#8B195D (or 0x8B195D) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 19 and 5D. RGB value is (139,25,93). Sum of RGB (Red+Green+Blue) = 139+25+93=257 (34% of max value = 765). Red value is 139 (54.69% from 255 or 54.09% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 139 - color contains mainly: red. Hex color #8B195D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B195D is #74E6A2. Grayscale: #424242. Windows color (decimal): -7661219 or 6101387. OLE color: 6101387.

HSL color Cylindrical-coordinate representation of color #8B195D: hue angle of 324.21º 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 #8B195D is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB1392593-
CMYK00.820.330.45
HSL324.21º69.51%32.16%-
HSV(B)324.21º82.01%54.51%-
XYZ12.976.9711.02-
YUV66.84142.77179.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.09%
GREEN value IS 25 (10.16% from 255) = 9.73%
BLUE value IS 93 (36.72% from 255) = 36.19%
R=54.09%
G=9.73%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139259300.820.330.45324.2169.5132.16
Hex8B195D052212D1444620
Octal213311350122415550410640
Binary10001011110011011101010100101000011011011010001001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B195D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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