#8F2651

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

Shades of Rose Bud Cherry #8F2651

Tints of Rose Bud Cherry #8F2651

Color information

#8F2651 (or 0x8F2651) is unknown color: approx Rose Bud Cherry. HEX triplet: 8F, 26 and 51. RGB value is (143,38,81). Sum of RGB (Red+Green+Blue) = 143+38+81=262 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.58% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2651 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2651 is #70D9AE. Grayscale: #4A4A4A. Windows color (decimal): -7395759 or 5318287. OLE color: 5318287.

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

Color convert

RGB1433881-
CMYK00.730.430.44
HSL335.43º58.01%35.49%-
HSV(B)335.43º73.43%56.08%-
XYZ13.517.828.58-
YUV74.3131.79177-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 54.58%
GREEN value IS 38 (15.23% from 255) = 14.50%
BLUE value IS 81 (32.03% from 255) = 30.92%
R=54.58%
G=14.50%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143388100.730.430.44335.4358.0135.49
Hex8F26510492B2C14f3a23
Octal21746121011153545177243
Binary10001111100110101000101001001101011101100101001111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,38,81); }

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

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

 a { background-color: rgb(143,38,81); }

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

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

 span { border-color: rgb(143,38,81); }

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