#8B185C

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

Shades of Rose Bud Cherry #8B185C

Tints of Rose Bud Cherry #8B185C

Color information

#8B185C (or 0x8B185C) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 18 and 5C. RGB value is (139,24,92). Sum of RGB (Red+Green+Blue) = 139+24+92=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B185C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B185C is #74E7A3. Grayscale: #414141. Windows color (decimal): -7661476 or 6035595. OLE color: 6035595.

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

Color convert

RGB1392492-
CMYK00.830.340.45
HSL324.52º70.55%31.96%-
HSV(B)324.52º82.73%54.51%-
XYZ12.916.9110.78-
YUV66.14142.6179.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.51%
GREEN value IS 24 (9.77% from 255) = 9.41%
BLUE value IS 92 (36.33% from 255) = 36.08%
R=54.51%
G=9.41%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139249200.830.340.45324.5270.5531.96
Hex8B185C053222D1454720
Octal213301340123425550510740
Binary10001011110001011100010100111000101011011010001011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B185C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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