#8c1c5d

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

Shades of Rose Bud Cherry #8C1C5D

Tints of Rose Bud Cherry #8C1C5D

Color information

#8C1C5D (or 0x8C1C5D) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 1C and 5D. RGB value is (140,28,93). Sum of RGB (Red+Green+Blue) = 140+28+93=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1C5D is #73E3A2. Grayscale: #444444. Windows color (decimal): -7594915 or 6102156. OLE color: 6102156.

HSL color Cylindrical-coordinate representation of color #8C1C5D: hue angle of 325.18º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C1C5D is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB1402893-
CMYK00.800.340.45
HSL325.18º66.67%32.94%-
HSV(B)325.18º80%54.9%-
XYZ13.217.211.05-
YUV68.9141.61178.71-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.64%
GREEN value IS 28 (11.33% from 255) = 10.73%
BLUE value IS 93 (36.72% from 255) = 35.63%
R=53.64%
G=10.73%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140289300.800.340.45325.1866.6732.94
Hex8C1C5D050222D1454321
Octal214341350120425550510341
Binary10001100111001011101010100001000101011011010001011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c1c5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,28,93); }

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

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

 a { background-color: rgb(140,28,93); }

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

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

 span { border-color: rgb(140,28,93); }

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