#8B325E

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

Shades of Rose Bud Cherry #8B325E

Tints of Rose Bud Cherry #8B325E

Color information

#8B325E (or 0x8B325E) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 32 and 5E. RGB value is (139,50,94). Sum of RGB (Red+Green+Blue) = 139+50+94=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B325E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B325E is #74CDA1. Grayscale: #515151. Windows color (decimal): -7654818 or 6173323. OLE color: 6173323.

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

Color convert

RGB1395094-
CMYK00.640.320.45
HSL330.34º47.09%37.06%-
HSV(B)330.34º64.03%54.51%-
XYZ13.818.5811.52-
YUV81.63134.99168.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.12%
GREEN value IS 50 (19.92% from 255) = 17.67%
BLUE value IS 94 (37.11% from 255) = 33.22%
R=49.12%
G=17.67%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139509400.640.320.45330.3447.0937.06
Hex8B325E040202D14a2f25
Octal21362136010040555125745
Binary10001011110010101111001000000100000101101101001010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B325E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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