#8B134E

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

Shades of Rose Bud Cherry #8B134E

Tints of Rose Bud Cherry #8B134E

Color information

#8B134E (or 0x8B134E) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 13 and 4E. RGB value is (139,19,78). Sum of RGB (Red+Green+Blue) = 139+19+78=236 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.90% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 139 - color contains mainly: red. Hex color #8B134E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B134E is #74ECB1. Grayscale: #3D3D3D. Windows color (decimal): -7662770 or 5116811. OLE color: 5116811.

HSL color Cylindrical-coordinate representation of color #8B134E: hue angle of 330.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B134E is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB1391978-
CMYK00.860.440.45
HSL330.5º75.95%30.98%-
HSV(B)330.5º86.33%54.51%-
XYZ12.266.57.82-
YUV61.61137.26183.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 58.90%
GREEN value IS 19 (7.81% from 255) = 8.05%
BLUE value IS 78 (30.86% from 255) = 33.05%
R=58.90%
G=8.05%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139197800.860.440.45330.575.9530.98
Hex8B134E0562C2D14a4c1f
Octal213231160126545551211437
Binary1000101110011100111001010110101100101101101001010100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B134E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,19,78); }

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

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

 a { background-color: rgb(139,19,78); }

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

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

 span { border-color: rgb(139,19,78); }

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