#8C3A61

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

Shades of Rose Bud Cherry #8C3A61

Tints of Rose Bud Cherry #8C3A61

Color information

#8C3A61 (or 0x8C3A61) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 3A and 61. RGB value is (140,58,97). Sum of RGB (Red+Green+Blue) = 140+58+97=295 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.46% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3A61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3A61 is #73C59E. Grayscale: #565656. Windows color (decimal): -7587231 or 6371980. OLE color: 6371980.

HSL color Cylindrical-coordinate representation of color #8C3A61: hue angle of 331.46º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C3A61 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB1405897-
CMYK00.590.310.45
HSL331.46º41.41%38.82%-
HSV(B)331.46º58.57%54.9%-
XYZ14.499.4612.37-
YUV86.96133.67165.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.46%
GREEN value IS 58 (23.05% from 255) = 19.66%
BLUE value IS 97 (38.28% from 255) = 32.88%
R=47.46%
G=19.66%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140589700.590.310.45331.4641.4138.82
Hex8C3A6103B1F2D14b2927
Octal2147214107337555135147
Binary100011001110101100001011101111111101101101001011101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,58,97); }

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

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

 a { background-color: rgb(140,58,97); }

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

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

 span { border-color: rgb(140,58,97); }

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