#8F255F

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

Shades of Rose Bud Cherry #8F255F

Tints of Rose Bud Cherry #8F255F

Color information

#8F255F (or 0x8F255F) is unknown color: approx Rose Bud Cherry. HEX triplet: 8F, 25 and 5F. RGB value is (143,37,95). Sum of RGB (Red+Green+Blue) = 143+37+95=275 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 143 - color contains mainly: red. Hex color #8F255F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F255F is #70DAA0. Grayscale: #4B4B4B. Windows color (decimal): -7396001 or 6235535. OLE color: 6235535.

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

Color convert

RGB1433795-
CMYK00.740.340.44
HSL327.17º58.89%35.29%-
HSV(B)327.17º74.13%56.08%-
XYZ14.057.9911.63-
YUV75.31139.12176.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 52%
GREEN value IS 37 (14.84% from 255) = 13.45%
BLUE value IS 95 (37.5% from 255) = 34.55%
R=52%
G=13.45%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143379500.740.340.44327.1758.8935.29
Hex8F255F04A222C1473b23
Octal21745137011242545077343
Binary10001111100101101111101001010100010101100101000111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F255F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,37,95); }

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

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

 a { background-color: rgb(143,37,95); }

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

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

 span { border-color: rgb(143,37,95); }

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