#8D3463

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

Shades of Rose Bud Cherry #8D3463

Tints of Rose Bud Cherry #8D3463

Color information

#8D3463 (or 0x8D3463) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 34 and 63. RGB value is (141,52,99). Sum of RGB (Red+Green+Blue) = 141+52+99=292 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.29% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3463 is #72CB9C. Grayscale: #535353. Windows color (decimal): -7523229 or 6501517. OLE color: 6501517.

HSL color Cylindrical-coordinate representation of color #8D3463: hue angle of 328.31º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D3463 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB1415299-
CMYK00.630.300.45
HSL328.31º46.11%37.84%-
HSV(B)328.31º63.12%55.29%-
XYZ14.469.0212.78-
YUV83.97136.49168.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.29%
GREEN value IS 52 (20.70% from 255) = 17.81%
BLUE value IS 99 (39.06% from 255) = 33.90%
R=48.29%
G=17.81%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141529900.630.300.45328.3146.1137.84
Hex8D346303F1E2D1482e26
Octal2156414307736555105646
Binary100011011101001100011011111111110101101101001000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,52,99); }

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

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

 a { background-color: rgb(141,52,99); }

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

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

 span { border-color: rgb(141,52,99); }

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