#8B265F

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

Shades of Rose Bud Cherry #8B265F

Tints of Rose Bud Cherry #8B265F

Color information

#8B265F (or 0x8B265F) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 26 and 5F. RGB value is (139,38,95). Sum of RGB (Red+Green+Blue) = 139+38+95=272 (36% of max value = 765). Red value is 139 (54.69% from 255 or 51.10% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 139 - color contains mainly: red. Hex color #8B265F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B265F is #74D9A0. Grayscale: #4A4A4A. Windows color (decimal): -7657889 or 6235787. OLE color: 6235787.

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

Color convert

RGB1393895-
CMYK00.730.320.45
HSL326.14º57.06%34.71%-
HSV(B)326.14º72.66%54.51%-
XYZ13.417.711.61-
YUV74.7139.46173.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.10%
GREEN value IS 38 (15.23% from 255) = 13.97%
BLUE value IS 95 (37.5% from 255) = 34.93%
R=51.10%
G=13.97%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139389500.730.320.45326.1457.0634.71
Hex8B265F049202D1463923
Octal21346137011140555067143
Binary10001011100110101111101001001100000101101101000110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B265F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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