#8D235A

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

Shades of Rose Bud Cherry #8D235A

Tints of Rose Bud Cherry #8D235A

Color information

#8D235A (or 0x8D235A) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 23 and 5A. RGB value is (141,35,90). Sum of RGB (Red+Green+Blue) = 141+35+90=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D235A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D235A is #72DCA5. Grayscale: #484848. Windows color (decimal): -7527590 or 5907341. OLE color: 5907341.

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

Color convert

RGB1413590-
CMYK00.750.360.45
HSL328.87º60.23%34.51%-
HSV(B)328.87º75.18%55.29%-
XYZ13.437.610.43-
YUV72.96137.62176.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.01%
GREEN value IS 35 (14.06% from 255) = 13.16%
BLUE value IS 90 (35.55% from 255) = 33.83%
R=53.01%
G=13.16%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141359000.750.360.45328.8760.2334.51
Hex8D235A04B242D1493c23
Octal21543132011344555117443
Binary10001101100011101101001001011100100101101101001001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,35,90); }

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

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

 a { background-color: rgb(141,35,90); }

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

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

 span { border-color: rgb(141,35,90); }

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