#8B245E

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

Shades of Rose Bud Cherry #8B245E

Tints of Rose Bud Cherry #8B245E

Color information

#8B245E (or 0x8B245E) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 24 and 5E. RGB value is (139,36,94). Sum of RGB (Red+Green+Blue) = 139+36+94=269 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.67% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 139 - color contains mainly: red. Hex color #8B245E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B245E is #74DBA1. Grayscale: #494949. Windows color (decimal): -7658402 or 6169739. OLE color: 6169739.

HSL color Cylindrical-coordinate representation of color #8B245E: hue angle of 326.21º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B245E is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB1393694-
CMYK00.740.320.45
HSL326.21º58.86%34.31%-
HSV(B)326.21º74.1%54.51%-
XYZ13.37.5611.35-
YUV73.41139.62174.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.67%
GREEN value IS 36 (14.45% from 255) = 13.38%
BLUE value IS 94 (37.11% from 255) = 34.94%
R=51.67%
G=13.38%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139369400.740.320.45326.2158.8634.31
Hex8B245E04A202D1463b22
Octal21344136011240555067342
Binary10001011100100101111001001010100000101101101000110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B245E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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