#8B1A5E

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

Shades of Rose Bud Cherry #8B1A5E

Tints of Rose Bud Cherry #8B1A5E

Color information

#8B1A5E (or 0x8B1A5E) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 1A and 5E. RGB value is (139,26,94). Sum of RGB (Red+Green+Blue) = 139+26+94=259 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.67% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1A5E is #74E5A1. Grayscale: #434343. Windows color (decimal): -7660962 or 6167179. OLE color: 6167179.

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

Color convert

RGB1392694-
CMYK00.810.320.45
HSL323.89º68.48%32.35%-
HSV(B)323.89º81.29%54.51%-
XYZ13.047.0411.26-
YUV67.54142.94178.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.67%
GREEN value IS 26 (10.55% from 255) = 10.04%
BLUE value IS 94 (37.11% from 255) = 36.29%
R=53.67%
G=10.04%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139269400.810.320.45323.8968.4832.35
Hex8B1A5E051202D1444420
Octal213321360121405550410440
Binary10001011110101011110010100011000001011011010001001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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