#8C1451

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

Shades of Rose Bud Cherry #8C1451

Tints of Rose Bud Cherry #8C1451

Color information

#8C1451 (or 0x8C1451) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 14 and 51. RGB value is (140,20,81). Sum of RGB (Red+Green+Blue) = 140+20+81=241 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.09% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1451 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1451 is #73EBAE. Grayscale: #3E3E3E. Windows color (decimal): -7596975 or 5313676. OLE color: 5313676.

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

Color convert

RGB1402081-
CMYK00.860.420.45
HSL329.5º75%31.37%-
HSV(B)329.5º85.71%54.9%-
XYZ12.556.678.41-
YUV62.83138.26183.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 58.09%
GREEN value IS 20 (8.20% from 255) = 8.30%
BLUE value IS 81 (32.03% from 255) = 33.61%
R=58.09%
G=8.30%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140208100.860.420.45329.57531.37
Hex8C14510562A2D14a4b1f
Octal214241210126525551211337
Binary1000110010100101000101010110101010101101101001010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,20,81); }

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

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

 a { background-color: rgb(140,20,81); }

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

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

 span { border-color: rgb(140,20,81); }

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