#8C1D5F

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

Shades of Rose Bud Cherry #8C1D5F

Tints of Rose Bud Cherry #8C1D5F

Color information

#8C1D5F (or 0x8C1D5F) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 1D and 5F. RGB value is (140,29,95). Sum of RGB (Red+Green+Blue) = 140+29+95=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1D5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1D5F is #73E2A0. Grayscale: #454545. Windows color (decimal): -7594657 or 6233484. OLE color: 6233484.

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

Color convert

RGB1402995-
CMYK00.790.320.45
HSL324.32º65.68%33.14%-
HSV(B)324.32º79.29%54.9%-
XYZ13.327.2811.53-
YUV69.71142.27178.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.03%
GREEN value IS 29 (11.72% from 255) = 10.98%
BLUE value IS 95 (37.5% from 255) = 35.98%
R=53.03%
G=10.98%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140299500.790.320.45324.3265.6833.14
Hex8C1D5F04F202D1444221
Octal214351370117405550410241
Binary10001100111011011111010011111000001011011010001001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,29,95); }

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

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

 a { background-color: rgb(140,29,95); }

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

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

 span { border-color: rgb(140,29,95); }

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