#8D1D5C

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

Shades of Rose Bud Cherry #8D1D5C

Tints of Rose Bud Cherry #8D1D5C

Color information

#8D1D5C (or 0x8D1D5C) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 1D and 5C. RGB value is (141,29,92). Sum of RGB (Red+Green+Blue) = 141+29+92=262 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.82% from 262); Green value is 29 (11.72% from 255 or 11.07% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1D5C is #72E2A3. Grayscale: #454545. Windows color (decimal): -7529124 or 6036877. OLE color: 6036877.

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

Color convert

RGB1412992-
CMYK00.790.350.45
HSL326.25º65.88%33.33%-
HSV(B)326.25º79.43%55.29%-
XYZ13.367.3110.83-
YUV69.67140.61178.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.82%
GREEN value IS 29 (11.72% from 255) = 11.07%
BLUE value IS 92 (36.33% from 255) = 35.11%
R=53.82%
G=11.07%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141299200.790.350.45326.2565.8833.33
Hex8D1D5C04F232D1464221
Octal215351340117435550610241
Binary10001101111011011100010011111000111011011010001101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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