#8F3067

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

Shades of Rose Bud Cherry #8F3067

Tints of Rose Bud Cherry #8F3067

Color information

#8F3067 (or 0x8F3067) is unknown color: approx Rose Bud Cherry. HEX triplet: 8F, 30 and 67. RGB value is (143,48,103). Sum of RGB (Red+Green+Blue) = 143+48+103=294 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.64% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 103 (40.62% from 255 or 35.03% from 294); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3067 is #70CF98. Grayscale: #525252. Windows color (decimal): -7393177 or 6762639. OLE color: 6762639.

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

Color convert

RGB14348103-
CMYK00.660.280.44
HSL325.26º49.74%37.45%-
HSV(B)325.26º66.43%56.08%-
XYZ14.838.9313.77-
YUV82.68139.47171.03-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.64%
GREEN value IS 48 (19.14% from 255) = 16.33%
BLUE value IS 103 (40.62% from 255) = 35.03%
R=48.64%
G=16.33%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1434810300.660.280.44325.2649.7437.45
Hex8F30670421C2C1453225
Octal21760147010234545056245
Binary1000111111000011001110100001011100101100101000101110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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