#8c1e61

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

Shades of Rose Bud Cherry #8C1E61

Tints of Rose Bud Cherry #8C1E61

Color information

#8C1E61 (or 0x8C1E61) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 1E and 61. RGB value is (140,30,97). Sum of RGB (Red+Green+Blue) = 140+30+97=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1E61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1E61 is #73E19E. Grayscale: #464646. Windows color (decimal): -7594399 or 6364812. OLE color: 6364812.

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

Color convert

RGB1403097-
CMYK00.790.310.45
HSL323.45º64.71%33.33%-
HSV(B)323.45º78.57%54.9%-
XYZ13.447.3712.02-
YUV70.53142.94177.55-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.43%
GREEN value IS 30 (12.11% from 255) = 11.24%
BLUE value IS 97 (38.28% from 255) = 36.33%
R=52.43%
G=11.24%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140309700.790.310.45323.4564.7133.33
Hex8C1E6104F1F2D1434121
Octal214361410117375550310141
Binary1000110011110110000101001111111111011011010000111000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c1e61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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