#8B265B

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

Shades of Rose Bud Cherry #8B265B

Tints of Rose Bud Cherry #8B265B

Color information

#8B265B (or 0x8B265B) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 26 and 5B. RGB value is (139,38,91). Sum of RGB (Red+Green+Blue) = 139+38+91=268 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.87% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 139 - color contains mainly: red. Hex color #8B265B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B265B is #74D9A4. Grayscale: #4A4A4A. Windows color (decimal): -7657893 or 5973643. OLE color: 5973643.

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

Color convert

RGB1393891-
CMYK00.730.350.45
HSL328.51º57.06%34.71%-
HSV(B)328.51º72.66%54.51%-
XYZ13.237.6310.67-
YUV74.24137.46174.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.87%
GREEN value IS 38 (15.23% from 255) = 14.18%
BLUE value IS 91 (35.94% from 255) = 33.96%
R=51.87%
G=14.18%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139389100.730.350.45328.5157.0634.71
Hex8B265B049232D1493923
Octal21346133011143555117143
Binary10001011100110101101101001001100011101101101001001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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