#8B1A5D

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

Shades of Rose Bud Cherry #8B1A5D

Tints of Rose Bud Cherry #8B1A5D

Color information

#8B1A5D (or 0x8B1A5D) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 1A and 5D. RGB value is (139,26,93). Sum of RGB (Red+Green+Blue) = 139+26+93=258 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.88% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1A5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1A5D is #74E5A2. Grayscale: #434343. Windows color (decimal): -7660963 or 6101643. OLE color: 6101643.

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

Color convert

RGB1392693-
CMYK00.810.330.45
HSL324.42º68.48%32.35%-
HSV(B)324.42º81.29%54.51%-
XYZ12.997.0211.03-
YUV67.42142.44179.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.88%
GREEN value IS 26 (10.55% from 255) = 10.08%
BLUE value IS 93 (36.72% from 255) = 36.05%
R=53.88%
G=10.08%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139269300.810.330.45324.4268.4832.35
Hex8B1A5D051212D1444420
Octal213321350121415550410440
Binary10001011110101011101010100011000011011011010001001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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