#8C2561

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

Shades of Rose Bud Cherry #8C2561

Tints of Rose Bud Cherry #8C2561

Color information

#8C2561 (or 0x8C2561) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 25 and 61. RGB value is (140,37,97). Sum of RGB (Red+Green+Blue) = 140+37+97=274 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.09% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2561 is #73DA9E. Grayscale: #4A4A4A. Windows color (decimal): -7592607 or 6366604. OLE color: 6366604.

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

Color convert

RGB1403797-
CMYK00.740.310.45
HSL325.05º58.19%34.71%-
HSV(B)325.05º73.57%54.9%-
XYZ13.637.7612.09-
YUV74.64140.62174.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.09%
GREEN value IS 37 (14.84% from 255) = 13.50%
BLUE value IS 97 (38.28% from 255) = 35.40%
R=51.09%
G=13.50%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140379700.740.310.45325.0558.1934.71
Hex8C256104A1F2D1453a23
Octal21445141011237555057243
Binary1000110010010111000010100101011111101101101000101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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