#8B1F4E

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

Shades of Rose Bud Cherry #8B1F4E

Tints of Rose Bud Cherry #8B1F4E

Color information

#8B1F4E (or 0x8B1F4E) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 1F and 4E. RGB value is (139,31,78). Sum of RGB (Red+Green+Blue) = 139+31+78=248 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.05% from 248); Green value is 31 (12.5% from 255 or 12.5% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1F4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1F4E is #74E0B1. Grayscale: #444444. Windows color (decimal): -7659698 or 5119883. OLE color: 5119883.

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

Color convert

RGB1393178-
CMYK00.780.440.45
HSL333.89º63.53%33.33%-
HSV(B)333.89º77.7%54.51%-
XYZ12.517.027.9-
YUV68.65133.28178.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.05%
GREEN value IS 31 (12.5% from 255) = 12.5%
BLUE value IS 78 (30.86% from 255) = 31.45%
R=56.05%
G=12.5%
B=31.45%

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
Decimal139317800.780.440.45333.8963.5333.33
Hex8B1F4E04E2C2D14e4021
Octal213371160116545551610041
Binary10001011111111001110010011101011001011011010011101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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