#8F3963

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

Shades of Rose Bud Cherry #8F3963

Tints of Rose Bud Cherry #8F3963

Color information

#8F3963 (or 0x8F3963) is unknown color: approx Rose Bud Cherry. HEX triplet: 8F, 39 and 63. RGB value is (143,57,99). Sum of RGB (Red+Green+Blue) = 143+57+99=299 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.83% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3963 is #70C69C. Grayscale: #575757. Windows color (decimal): -7390877 or 6502799. OLE color: 6502799.

HSL color Cylindrical-coordinate representation of color #8F3963: hue angle of 330.7º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F3963 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB1435799-
CMYK00.600.310.44
HSL330.7º43%39.22%-
HSV(B)330.7º60.14%56.08%-
XYZ15.049.6712.88-
YUV87.5134.49167.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.83%
GREEN value IS 57 (22.66% from 255) = 19.06%
BLUE value IS 99 (39.06% from 255) = 33.11%
R=47.83%
G=19.06%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143579900.600.310.44330.74339.22
Hex8F396303C1F2C14b2b27
Octal2177114307437545135347
Binary100011111110011100011011110011111101100101001011101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,57,99); }

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

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

 a { background-color: rgb(143,57,99); }

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

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

 span { border-color: rgb(143,57,99); }

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