#8B295B

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

Shades of Rose Bud Cherry #8B295B

Tints of Rose Bud Cherry #8B295B

Color information

#8B295B (or 0x8B295B) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 29 and 5B. RGB value is (139,41,91). Sum of RGB (Red+Green+Blue) = 139+41+91=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B295B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B295B is #74D6A4. Grayscale: #4B4B4B. Windows color (decimal): -7657125 or 5974411. OLE color: 5974411.

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

Color convert

RGB1394191-
CMYK00.710.350.45
HSL329.39º54.44%35.29%-
HSV(B)329.39º70.5%54.51%-
XYZ13.337.8310.71-
YUV76136.47172.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.29%
GREEN value IS 41 (16.41% from 255) = 15.13%
BLUE value IS 91 (35.94% from 255) = 33.58%
R=51.29%
G=15.13%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139419100.710.350.45329.3954.4435.29
Hex8B295B047232D1493623
Octal21351133010743555116643
Binary10001011101001101101101000111100011101101101001001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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