#8b1a5b

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

Shades of Rose Bud Cherry #8B1A5B

Tints of Rose Bud Cherry #8B1A5B

Color information

#8B1A5B (or 0x8B1A5B) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 1A and 5B. RGB value is (139,26,91). Sum of RGB (Red+Green+Blue) = 139+26+91=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1A5B is #74E5A4. Grayscale: #434343. Windows color (decimal): -7660965 or 5970571. OLE color: 5970571.

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

Color convert

RGB1392691-
CMYK00.810.350.45
HSL325.49º68.48%32.35%-
HSV(B)325.49º81.29%54.51%-
XYZ12.916.9810.57-
YUV67.2141.44179.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.30%
GREEN value IS 26 (10.55% from 255) = 10.16%
BLUE value IS 91 (35.94% from 255) = 35.55%
R=54.30%
G=10.16%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139269100.810.350.45325.4968.4832.35
Hex8B1A5B051232D1454420
Octal213321330121435550510440
Binary10001011110101011011010100011000111011011010001011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b1a5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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