#8B1354

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

Shades of Rose Bud Cherry #8B1354

Tints of Rose Bud Cherry #8B1354

Color information

#8B1354 (or 0x8B1354) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 13 and 54. RGB value is (139,19,84). Sum of RGB (Red+Green+Blue) = 139+19+84=242 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.44% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 84 (33.20% from 255 or 34.71% from 242); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1354 is #74ECAB. Grayscale: #3E3E3E. Windows color (decimal): -7662764 or 5510027. OLE color: 5510027.

HSL color Cylindrical-coordinate representation of color #8B1354: hue angle of 327.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 #8B1354 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB1391984-
CMYK00.860.400.45
HSL327.5º75.95%30.98%-
HSV(B)327.5º86.33%54.51%-
XYZ12.486.599-
YUV62.29140.26182.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 57.44%
GREEN value IS 19 (7.81% from 255) = 7.85%
BLUE value IS 84 (33.20% from 255) = 34.71%
R=57.44%
G=7.85%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139198400.860.400.45327.575.9530.98
Hex8B1354056282D1484c1f
Octal213231240126505551011437
Binary1000101110011101010001010110101000101101101001000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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