#8B1F5F

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

Shades of Rose Bud Cherry #8B1F5F

Tints of Rose Bud Cherry #8B1F5F

Color information

#8B1F5F (or 0x8B1F5F) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 1F and 5F. RGB value is (139,31,95). Sum of RGB (Red+Green+Blue) = 139+31+95=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1F5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1F5F is #74E0A0. Grayscale: #464646. Windows color (decimal): -7659681 or 6233995. OLE color: 6233995.

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

Color convert

RGB1393195-
CMYK00.780.320.45
HSL324.44º63.53%33.33%-
HSV(B)324.44º77.7%54.51%-
XYZ13.27.311.54-
YUV70.59141.78176.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.45%
GREEN value IS 31 (12.5% from 255) = 11.70%
BLUE value IS 95 (37.5% from 255) = 35.85%
R=52.45%
G=11.70%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139319500.780.320.45324.4463.5333.33
Hex8B1F5F04E202D1444021
Octal213371370116405550410041
Binary10001011111111011111010011101000001011011010001001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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