#8B275B

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

Shades of Rose Bud Cherry #8B275B

Tints of Rose Bud Cherry #8B275B

Color information

#8B275B (or 0x8B275B) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 27 and 5B. RGB value is (139,39,91). Sum of RGB (Red+Green+Blue) = 139+39+91=269 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.67% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 139 - color contains mainly: red. Hex color #8B275B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B275B is #74D8A4. Grayscale: #4A4A4A. Windows color (decimal): -7657637 or 5973899. OLE color: 5973899.

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

Color convert

RGB1393991-
CMYK00.720.350.45
HSL328.8º56.18%34.9%-
HSV(B)328.8º71.94%54.51%-
XYZ13.267.710.68-
YUV74.83137.13173.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.67%
GREEN value IS 39 (15.62% from 255) = 14.50%
BLUE value IS 91 (35.94% from 255) = 33.83%
R=51.67%
G=14.50%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139399100.720.350.45328.856.1834.9
Hex8B275B048232D1493823
Octal21347133011043555117043
Binary10001011100111101101101001000100011101101101001001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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