#8C1959

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

Shades of Rose Bud Cherry #8C1959

Tints of Rose Bud Cherry #8C1959

Color information

#8C1959 (or 0x8C1959) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 19 and 59. RGB value is (140,25,89). Sum of RGB (Red+Green+Blue) = 140+25+89=254 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.12% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1959 is #73E6A6. Grayscale: #424242. Windows color (decimal): -7595687 or 5839244. OLE color: 5839244.

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

Color convert

RGB1402589-
CMYK00.820.360.45
HSL326.61º69.7%32.35%-
HSV(B)326.61º82.14%54.9%-
XYZ12.976.9910.12-
YUV66.68140.6180.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 55.12%
GREEN value IS 25 (10.16% from 255) = 9.84%
BLUE value IS 89 (35.16% from 255) = 35.04%
R=55.12%
G=9.84%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140258900.820.360.45326.6169.732.35
Hex8C1959052242D1474620
Octal214311310122445550710640
Binary10001100110011011001010100101001001011011010001111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,25,89); }

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

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

 a { background-color: rgb(140,25,89); }

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

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

 span { border-color: rgb(140,25,89); }

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