#8D245C

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

Shades of Rose Bud Cherry #8D245C

Tints of Rose Bud Cherry #8D245C

Color information

#8D245C (or 0x8D245C) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 24 and 5C. RGB value is (141,36,92). Sum of RGB (Red+Green+Blue) = 141+36+92=269 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.42% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 141 - color contains mainly: red. Hex color #8D245C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D245C is #72DBA3. Grayscale: #494949. Windows color (decimal): -7527332 or 6038669. OLE color: 6038669.

HSL color Cylindrical-coordinate representation of color #8D245C: hue angle of 328º degrees, saturation: 0.59, 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 #8D245C is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB1413692-
CMYK00.740.350.45
HSL328º59.32%34.71%-
HSV(B)328º74.47%55.29%-
XYZ13.557.710.9-
YUV73.78138.29175.95-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.42%
GREEN value IS 36 (14.45% from 255) = 13.38%
BLUE value IS 92 (36.33% from 255) = 34.20%
R=52.42%
G=13.38%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141369200.740.350.4532859.3234.71
Hex8D245C04A232D1483b23
Octal21544134011243555107343
Binary10001101100100101110001001010100011101101101001000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D245C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,36,92); }

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

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

 a { background-color: rgb(141,36,92); }

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

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

 span { border-color: rgb(141,36,92); }

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