#8F3069

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

Shades of Rose Bud Cherry #8F3069

Tints of Rose Bud Cherry #8F3069

Color information

#8F3069 (or 0x8F3069) is unknown color: approx Rose Bud Cherry. HEX triplet: 8F, 30 and 69. RGB value is (143,48,105). Sum of RGB (Red+Green+Blue) = 143+48+105=296 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.31% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3069 is #70CF96. Grayscale: #525252. Windows color (decimal): -7393175 or 6893711. OLE color: 6893711.

HSL color Cylindrical-coordinate representation of color #8F3069: hue angle of 324º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F3069 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB14348105-
CMYK00.660.270.44
HSL324º49.74%37.45%-
HSV(B)324º66.43%56.08%-
XYZ14.938.9714.31-
YUV82.9140.47170.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.31%
GREEN value IS 48 (19.14% from 255) = 16.22%
BLUE value IS 105 (41.41% from 255) = 35.47%
R=48.31%
G=16.22%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1434810500.660.270.4432449.7437.45
Hex8F30690421B2C1443225
Octal21760151010233545046245
Binary1000111111000011010010100001011011101100101000100110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,48,105); }

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

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

 a { background-color: rgb(143,48,105); }

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

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

 span { border-color: rgb(143,48,105); }

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