#8D2753

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

Shades of Rose Bud Cherry #8D2753

Tints of Rose Bud Cherry #8D2753

Color information

#8D2753 (or 0x8D2753) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 27 and 53. RGB value is (141,39,83). Sum of RGB (Red+Green+Blue) = 141+39+83=263 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.61% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2753 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2753 is #72D8AC. Grayscale: #4A4A4A. Windows color (decimal): -7526573 or 5449613. OLE color: 5449613.

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

Color convert

RGB1413983-
CMYK00.720.410.45
HSL334.12º56.67%35.29%-
HSV(B)334.12º72.34%55.29%-
XYZ13.277.748.98-
YUV74.51132.79175.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.61%
GREEN value IS 39 (15.62% from 255) = 14.83%
BLUE value IS 83 (32.81% from 255) = 31.56%
R=53.61%
G=14.83%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141398300.720.410.45334.1256.6735.29
Hex8D2753048292D14e3923
Octal21547123011051555167143
Binary10001101100111101001101001000101001101101101001110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,39,83); }

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

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

 a { background-color: rgb(141,39,83); }

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

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

 span { border-color: rgb(141,39,83); }

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