#8B1E4E

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

Shades of Rose Bud Cherry #8B1E4E

Tints of Rose Bud Cherry #8B1E4E

Color information

#8B1E4E (or 0x8B1E4E) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 1E and 4E. RGB value is (139,30,78). Sum of RGB (Red+Green+Blue) = 139+30+78=247 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.28% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1E4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1E4E is #74E1B1. Grayscale: #434343. Windows color (decimal): -7659954 or 5119627. OLE color: 5119627.

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

Color convert

RGB1393078-
CMYK00.780.440.45
HSL333.58º64.5%33.14%-
HSV(B)333.58º78.42%54.51%-
XYZ12.496.977.89-
YUV68.06133.61178.6-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.28%
GREEN value IS 30 (12.11% from 255) = 12.15%
BLUE value IS 78 (30.86% from 255) = 31.58%
R=56.28%
G=12.15%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139307800.780.440.45333.5864.533.14
Hex8B1E4E04E2C2D14e4021
Octal213361160116545551610041
Binary10001011111101001110010011101011001011011010011101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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