#8F3263

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

Shades of Rose Bud Cherry #8F3263

Tints of Rose Bud Cherry #8F3263

Color information

#8F3263 (or 0x8F3263) is unknown color: approx Rose Bud Cherry. HEX triplet: 8F, 32 and 63. RGB value is (143,50,99). Sum of RGB (Red+Green+Blue) = 143+50+99=292 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.97% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3263 is #70CD9C. Grayscale: #535353. Windows color (decimal): -7392669 or 6501007. OLE color: 6501007.

HSL color Cylindrical-coordinate representation of color #8F3263: hue angle of 328.39º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F3263 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB1435099-
CMYK00.650.310.44
HSL328.39º48.19%37.84%-
HSV(B)328.39º65.03%56.08%-
XYZ14.729.0212.77-
YUV83.39136.81170.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.97%
GREEN value IS 50 (19.92% from 255) = 17.12%
BLUE value IS 99 (39.06% from 255) = 33.90%
R=48.97%
G=17.12%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143509900.650.310.44328.3948.1937.84
Hex8F32630411F2C1483026
Octal21762143010137545106046
Binary1000111111001011000110100000111111101100101001000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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