#8D1352

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

Shades of Rose Bud Cherry #8D1352

Tints of Rose Bud Cherry #8D1352

Color information

#8D1352 (or 0x8D1352) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 13 and 52. RGB value is (141,19,82). Sum of RGB (Red+Green+Blue) = 141+19+82=242 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.26% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1352 is #72ECAD. Grayscale: #3E3E3E. Windows color (decimal): -7531694 or 5378957. OLE color: 5378957.

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

Color convert

RGB1411982-
CMYK00.870.420.45
HSL329.02º76.25%31.37%-
HSV(B)329.02º86.52%55.29%-
XYZ12.746.748.61-
YUV62.66138.92183.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 58.26%
GREEN value IS 19 (7.81% from 255) = 7.85%
BLUE value IS 82 (32.42% from 255) = 33.88%
R=58.26%
G=7.85%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141198200.870.420.45329.0276.2531.37
Hex8D13520572A2D1494c1f
Octal215231220127525551111437
Binary1000110110011101001001010111101010101101101001001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,19,82); }

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

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

 a { background-color: rgb(141,19,82); }

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

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

 span { border-color: rgb(141,19,82); }

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