#8B285E

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

Shades of Rose Bud Cherry #8B285E

Tints of Rose Bud Cherry #8B285E

Color information

#8B285E (or 0x8B285E) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 28 and 5E. RGB value is (139,40,94). Sum of RGB (Red+Green+Blue) = 139+40+94=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B285E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B285E is #74D7A1. Grayscale: #4B4B4B. Windows color (decimal): -7657378 or 6170763. OLE color: 6170763.

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

Color convert

RGB1394094-
CMYK00.710.320.45
HSL327.27º55.31%35.1%-
HSV(B)327.27º71.22%54.51%-
XYZ13.437.8111.39-
YUV75.76138.3173.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.92%
GREEN value IS 40 (16.02% from 255) = 14.65%
BLUE value IS 94 (37.11% from 255) = 34.43%
R=50.92%
G=14.65%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139409400.710.320.45327.2755.3135.1
Hex8B285E047202D1473723
Octal21350136010740555076743
Binary10001011101000101111001000111100000101101101000111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,40,94); }

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

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

 a { background-color: rgb(139,40,94); }

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

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

 span { border-color: rgb(139,40,94); }

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