#8F154F

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

Shades of Rose Bud Cherry #8F154F

Tints of Rose Bud Cherry #8F154F

Color information

#8F154F (or 0x8F154F) is unknown color: approx Rose Bud Cherry. HEX triplet: 8F, 15 and 4F. RGB value is (143,21,79). Sum of RGB (Red+Green+Blue) = 143+21+79=243 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.85% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 143 - color contains mainly: red. Hex color #8F154F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F154F is #70EAB0. Grayscale: #3F3F3F. Windows color (decimal): -7400113 or 5182863. OLE color: 5182863.

HSL color Cylindrical-coordinate representation of color #8F154F: hue angle of 331.48º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F154F is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB1432179-
CMYK00.850.450.44
HSL331.48º74.39%32.16%-
HSV(B)331.48º85.31%56.08%-
XYZ13.016.948.05-
YUV64.09136.42184.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 58.85%
GREEN value IS 21 (8.59% from 255) = 8.64%
BLUE value IS 79 (31.25% from 255) = 32.51%
R=58.85%
G=8.64%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143217900.850.450.44331.4874.3932.16
Hex8F154F0552D2C14b4a20
Octal217251170125555451311240
Binary10001111101011001111010101011011011011001010010111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,21,79); }

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

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

 a { background-color: rgb(143,21,79); }

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

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

 span { border-color: rgb(143,21,79); }

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