#8B195B

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

Shades of Rose Bud Cherry #8B195B

Tints of Rose Bud Cherry #8B195B

Color information

#8B195B (or 0x8B195B) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 19 and 5B. RGB value is (139,25,91). Sum of RGB (Red+Green+Blue) = 139+25+91=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B195B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B195B is #74E6A4. Grayscale: #424242. Windows color (decimal): -7661221 or 5970315. OLE color: 5970315.

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

Color convert

RGB1392591-
CMYK00.820.350.45
HSL325.26º69.51%32.16%-
HSV(B)325.26º82.01%54.51%-
XYZ12.886.9410.56-
YUV66.61141.77179.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.51%
GREEN value IS 25 (10.16% from 255) = 9.80%
BLUE value IS 91 (35.94% from 255) = 35.69%
R=54.51%
G=9.80%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139259100.820.350.45325.2669.5132.16
Hex8B195B052232D1454620
Octal213311330122435550510640
Binary10001011110011011011010100101000111011011010001011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B195B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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