#8B184E

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

Shades of Rose Bud Cherry #8B184E

Tints of Rose Bud Cherry #8B184E

Color information

#8B184E (or 0x8B184E) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 18 and 4E. RGB value is (139,24,78). Sum of RGB (Red+Green+Blue) = 139+24+78=241 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.68% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 139 - color contains mainly: red. Hex color #8B184E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B184E is #74E7B1. Grayscale: #404040. Windows color (decimal): -7661490 or 5118091. OLE color: 5118091.

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

Color convert

RGB1392478-
CMYK00.830.440.45
HSL331.83º70.55%31.96%-
HSV(B)331.83º82.73%54.51%-
XYZ12.356.697.85-
YUV64.54135.6181.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 57.68%
GREEN value IS 24 (9.77% from 255) = 9.96%
BLUE value IS 78 (30.86% from 255) = 32.37%
R=57.68%
G=9.96%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139247800.830.440.45331.8370.5531.96
Hex8B184E0532C2D14c4720
Octal213301160123545551410740
Binary10001011110001001110010100111011001011011010011001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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