#8F3958

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

Shades of Rose Bud Cherry #8F3958

Tints of Rose Bud Cherry #8F3958

Color information

#8F3958 (or 0x8F3958) is unknown color: approx Rose Bud Cherry. HEX triplet: 8F, 39 and 58. RGB value is (143,57,88). Sum of RGB (Red+Green+Blue) = 143+57+88=288 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.65% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3958 is #70C6A7. Grayscale: #565656. Windows color (decimal): -7390888 or 5781903. OLE color: 5781903.

HSL color Cylindrical-coordinate representation of color #8F3958: hue angle of 338.37º 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 #8F3958 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB1435788-
CMYK00.600.380.44
HSL338.37º43%39.22%-
HSV(B)338.37º60.14%56.08%-
XYZ14.559.4710.29-
YUV86.25128.99168.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 49.65%
GREEN value IS 57 (22.66% from 255) = 19.79%
BLUE value IS 88 (34.77% from 255) = 30.56%
R=49.65%
G=19.79%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143578800.600.380.44338.374339.22
Hex8F395803C262C1522b27
Octal2177113007446545225347
Binary1000111111100110110000111100100110101100101010010101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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